cli: spawn pods through insomnia pod

This commit is contained in:
2026-05-31 14:20:00 +09:00
parent de3f64f41d
commit 4f622b8e32
12 changed files with 212 additions and 43 deletions
+1
View File
@@ -7,6 +7,7 @@ license.workspace = true
[dependencies]
protocol = { workspace = true }
manifest = { workspace = true }
pod-command = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt", "macros", "net", "io-util", "sync", "time", "process", "fs"] }
uuid = { workspace = true }