297970901a
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Alexander <akotenev2003@gmail.com>
13 lines
256 B
TOML
13 lines
256 B
TOML
[package]
|
|
name = "shturman-sdk"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
zbus.workspace = true
|
|
serde.workspace = true
|
|
serde_yaml.workspace = true
|
|
tokio.workspace = true
|
|
shturman-ipc = { path = "../shturman-ipc" }
|