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
+2 -2
View File
@@ -8,7 +8,7 @@ members = [
"crates/session-store",
"crates/manifest",
"crates/pod",
"crates/pod-command",
"crates/insomnia",
"crates/pod-store",
"crates/protocol",
"crates/provider",
@@ -34,7 +34,7 @@ manifest = { path = "crates/manifest" }
lint-common = { path = "crates/lint-common" }
memory = { path = "crates/memory" }
pod = { path = "crates/pod" }
pod-command = { path = "crates/pod-command" }
insomnia = { path = "crates/insomnia" }
pod-registry = { path = "crates/pod-registry" }
pod-store = { path = "crates/pod-store" }
protocol = { path = "crates/protocol" }