tuifile/Cargo.toml

12 lines
265 B
TOML
Raw Permalink Normal View History

2023-08-27 05:09:40 +02:00
[package]
name = "tuifile"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.0", features = ["derive"] }
crossterm = "0.27.0"
regex = "1.9.4"