forge-clean-log/Cargo.toml

12 lines
265 B
TOML
Raw Normal View History

2024-03-28 10:24:22 +00:00
[package]
name = "forge-clean-log"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-28 10:37:49 +00:00
anyhow = "1.0"
2024-03-28 10:24:22 +00:00
clap = { version = "4.5", features = [ "derive" ]}
2024-03-28 10:37:49 +00:00
regex = "1.10"