linutil/Cargo.toml
Chris Titus e3f3ead6f7 fix bin
2024-07-13 18:53:27 -05:00

17 lines
292 B
TOML

[package]
name = "tui"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
crossterm = "0.27.0"
ego-tree = "0.6.2"
oneshot = "0.1.8"
portable-pty = "0.8.1"
ratatui = "0.27.0"
tui-term = "0.1.12"
[[bin]]
name = "linutil"
path = "src/main.rs"