Remove extra deps

This commit is contained in:
Jakub Stachurski 2025-08-14 23:58:25 +02:00
parent fcbfcdff73
commit 527ae226d9
No known key found for this signature in database
2 changed files with 0 additions and 13 deletions

View file

@ -4,12 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
cassowary = "0.3.0"
crossterm = { version = "0.29.0", features = ["event-stream"] }
futures = "0.3.31"
ratatui = "0.29.0"
terminput = "0.5.3"
terminput-crossterm = "0.3.3"
termion = "4.0.5"
termios = "0.3.3"
tokio = { version = "1.47.1", features = ["full"] }