cli: rename pod command crate to insomnia

This commit is contained in:
2026-05-31 15:49:14 +09:00
parent 3a58ab7bb3
commit 9e886bc73e
10 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ license.workspace = true
[dependencies]
protocol = { workspace = true }
manifest = { workspace = true }
pod-command = { workspace = true }
insomnia = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt", "macros", "net", "io-util", "sync", "time", "process", "fs"] }
uuid = { workspace = true }