diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7037ebf..78a964a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,5 +11,5 @@ name = "crunch64" path = "src/main.rs" [dependencies] -crunch64 = { path = "../lib" } +crunch64 = { version = "0.1.0", path = "../lib" } clap = { version = "4.4.11", features = ["derive"] }