live-cli/Cargo.toml
2022-12-15 23:03:57 -05:00

12 lines
225 B
TOML

[package]
name = "live-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tui = "0.19"
crossterm = "0.25"
atty = "0.2.14"