tuiからSpawnする仮UI

This commit is contained in:
2026-04-27 16:22:06 +09:00
parent cd8b620e6a
commit c4ca9e1d89
7 changed files with 866 additions and 61 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ license.workspace = true
protocol = { path = "../protocol" }
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"] }
tokio = { version = "1.49", features = ["rt-multi-thread", "macros", "net", "io-util", "sync", "time", "process"] }
serde_json = "1.0"
unicode-width = "0.2.2"
uuid = "1.23"
toml = "1.1.2"
manifest = { version = "0.1.0", path = "../manifest" }