aboutsummaryrefslogtreecommitdiff
path: root/src/table/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-07-07 14:14:58 +0200
committerAlex Auvolat <alex@adnab.me>2020-07-07 14:14:58 +0200
commitcc65cdc0fe49f8efdf82a42493a71dbf1b116bb2 (patch)
tree1076123f194159e449895424ae385b93a83a366a /src/table/Cargo.toml
parentbec26a13129d8215d5ff97ad0cf587f6572f67ac (diff)
downloadgarage-cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2.tar.gz
garage-cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2.zip
Add license, description and repository to .toml files
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"