SousaTUI/Cargo.toml

11 lines
214 B
TOML
Raw Permalink Normal View History

2023-03-08 18:17:52 -08:00
[package]
name = "sousa_tui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.26.1"
tui = "0.19.0"