From c0a83c2bf55323cd889ba47d1d17374ac6880315 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 22 Feb 2023 18:24:02 +0000 Subject: [PATCH] Rename crate to avoid collision --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7fe66c..7d85d11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "crunch" +name = "crunch-cli" version = "0.5.0" edition = "2021" @@ -9,6 +9,10 @@ authors = [ "Louis Capitanchik <louis@microhacks.co.uk>" ] +[[bin]] +name = "crunch" +path = "src/main.rs" + [dependencies] clap = { version = "4.1.4", features = ["derive"] } env_logger = "0.10.0" -- GitLab