Rename crate to avoid collision
[package] | [package] | ||
name = "crunch" | name = "crunch-cli" | ||
version = "0.5.0" | version = "0.5.0" | ||
edition = "2021" | edition = "2021" | ||
... | @@ -9,6 +9,10 @@ authors = [ | ... | @@ -9,6 +9,10 @@ authors = [ |
"Louis Capitanchik <louis@microhacks.co.uk>" | "Louis Capitanchik <louis@microhacks.co.uk>" | ||
] | ] | ||
[[bin]] | |||
name = "crunch" | |||
path = "src/main.rs" | |||
[dependencies] | [dependencies] | ||
clap = { version = "4.1.4", features = ["derive"] } | clap = { version = "4.1.4", features = ["derive"] } | ||
env_logger = "0.10.0" | env_logger = "0.10.0" | ||
... | ... |
Please register or sign in to comment