Skip to content
Snippets Groups Projects
Verified Commit c0a83c2b authored by Louis's avatar Louis :fire:
Browse files

Rename crate to avoid collision

parent 523c6e8a
No related branches found
No related tags found
No related merge requests found
[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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment