diff --git a/Cargo.toml b/Cargo.toml index 47d53b3..bde1dee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "sledcli" -version = "0.1.0" +version = "0.0.1" +authors = ["Alex Auvolat "] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "A simple CLI tool to interact with Sled databases" +repository = "https://git.deuxfleurs.fr/lx/sledcli" [dependencies] sled = "0.34.7"