aboutsummaryrefslogtreecommitdiff
path: root/src/table/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/Cargo.toml')
-rw-r--r--src/table/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/table/Cargo.toml b/src/table/Cargo.toml
index 714d0a6e..60323e43 100644
--- a/src/table/Cargo.toml
+++ b/src/table/Cargo.toml
@@ -3,6 +3,9 @@ name = "garage_table"
version = "0.1.0"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
+license = "GPL-3.0"
+description = "Table sharding and replication engine (DynamoDB-like) for the Garage object store"
+repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
[lib]
path = "lib.rs"