diff options
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 99838a56..e5381111 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -3,6 +3,9 @@ name = "garage_api" version = "0.1.0" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" +license = "GPL-3.0" +description = "S3 API server crate for the Garage object store" +repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" [lib] path = "lib.rs" |