thp/Cargo.toml

12 lines
243 B
TOML

[package]
name = "thp"
version = "0.0.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.1.3", features = ["derive"] }
colored = "2.0.0"