chore: 依存パッケージの集約

This commit is contained in:
2026-05-01 23:35:46 +09:00
parent 469c5ead99
commit 99dc94416b
12 changed files with 149 additions and 118 deletions
+8 -8
View File
@@ -5,14 +5,14 @@ edition.workspace = true
license.workspace = true
[dependencies]
protocol = { path = "../protocol" }
protocol = { workspace = true }
ratatui = { version = "0.30.0", features = ["scrolling-regions"] }
crossterm = "0.28"
tokio = { version = "1.49", features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time", "process"] }
serde_json = "1.0"
tokio = { workspace = true, features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time", "process"] }
serde_json = { workspace = true }
unicode-width = "0.2.2"
uuid = "1.23"
toml = "1.1.2"
manifest = { version = "0.1.0", path = "../manifest" }
session-store = { version = "0.1.0", path = "../session-store" }
pod-registry = { version = "0.1.0", path = "../pod-registry" }
uuid = { workspace = true }
toml = { workspace = true }
manifest = { workspace = true }
session-store = { workspace = true }
pod-registry = { workspace = true }