feat(sdk): схема манифеста (plugin-sdk §2)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Alexander <akotenev2003@gmail.com>
This commit is contained in:
2026-06-24 12:13:13 +03:00
parent d8eebc96ce
commit 297970901a
4 changed files with 160 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
[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" }