thp/Cargo.toml

17 lines
300 B
TOML

[package]
name = "misti"
version = "0.0.5"
edition = "2021"
[lib]
name = "misti"
path = "src/lib.rs"
test = false
# 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"