tuiの文字間隔修正・prompt設計の計画
This commit is contained in:
@@ -6,7 +6,8 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
protocol = { path = "../protocol" }
|
||||
ratatui = "0.30.0"
|
||||
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"] }
|
||||
serde_json = "1.0"
|
||||
unicode-width = "0.2.2"
|
||||
|
||||
Reference in New Issue
Block a user