little-chat-example/Cargo.toml

10 lines
169 B
TOML
Raw Permalink Normal View History

2025-04-13 12:46:31 +02:00
[package]
name = "sup"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.36", features = ["derive"] }
2025-04-13 13:32:03 +02:00
ratatui = "0.29.0"
tui-textarea = "0.7.0"