mirror of
https://github.com/Dummi26/tuifile.git
synced 2025-03-10 03:43:52 +01:00
12 lines
265 B
TOML
12 lines
265 B
TOML
![]() |
[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"
|