initial commit

This commit is contained in:
Jakub Stachurski 2025-08-14 23:36:57 +02:00
commit a47c45a537
No known key found for this signature in database
5 changed files with 1174 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "ratatui-demo"
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"] }