aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-03 23:28:13 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-03 23:28:13 +0100
commit9b1f6712bf71064a21e25364c70a797ee8c6b15f (patch)
treed08fe41d3a0861b4623a894090bf1611a2ef1178
parent5160a7637b60dc45cc93836b4749a8b929b183de (diff)
downloadsledcli-9b1f6712bf71064a21e25364c70a797ee8c6b15f.tar.gz
sledcli-9b1f6712bf71064a21e25364c70a797ee8c6b15f.zip
populate cargo.toml
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
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 <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"