diff --git a/mers/Cargo.toml b/mers/Cargo.toml index faab7bd..ca8311f 100644 --- a/mers/Cargo.toml +++ b/mers/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/Dummi26/mers" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -# mers_lib = "0.8.12" -mers_lib = { path = "../mers_lib" } +mers_lib = "0.8.12" +# mers_lib = { path = "../mers_lib" } clap = { version = "4.3.19", features = ["derive"] } colored = "2.1.0"