diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-03 23:28:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-03 23:28:13 +0100 |
commit | 9b1f6712bf71064a21e25364c70a797ee8c6b15f (patch) | |
tree | d08fe41d3a0861b4623a894090bf1611a2ef1178 | |
parent | 5160a7637b60dc45cc93836b4749a8b929b183de (diff) | |
download | sledcli-9b1f6712bf71064a21e25364c70a797ee8c6b15f.tar.gz sledcli-9b1f6712bf71064a21e25364c70a797ee8c6b15f.zip |
populate cargo.toml
-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" |