diff options
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ [package] name = "sledcli" -version = "0.1.0" +version = "0.0.1" +authors = ["Alex Auvolat <alex@adnab.me>"] 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" |