mgen/Cargo.toml

13 lines
331 B
TOML
Raw Normal View History

2023-11-13 06:47:16 +00:00
[package]
name = "mgen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-13 20:19:28 +00:00
clap = { version = "4.4.10", default_features = false, features = ["std",
"derive", "usage", "help", "error-context"] }
path-clean = "1.0.1"
2023-12-13 16:27:29 +00:00
regex = "1.10.2"