thp/Cargo.toml

12 lines
243 B
TOML
Raw Normal View History

2022-11-18 17:40:09 +00:00
[package]
2023-09-08 01:32:59 +00:00
name = "thp"
2023-10-05 11:56:21 +00:00
version = "0.0.7"
2022-11-18 17:40:09 +00:00
edition = "2021"
2022-11-18 17:40:09 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-31 20:30:22 +00:00
clap = { version = "4.1.3", features = ["derive"] }
colored = "2.0.0"