diff options
Diffstat (limited to 'src/garage')
-rw-r--r-- | src/garage/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/garage/Cargo.toml b/src/garage/Cargo.toml index 2daa0f75..1aab6274 100644 --- a/src/garage/Cargo.toml +++ b/src/garage/Cargo.toml @@ -3,6 +3,9 @@ name = "garage" version = "0.1.0" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" +license = "GPL-3.0" +description = "Garage, an S3-compatible distributed object store for self-hosted deployments" +repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" [[bin]] name = "garage" |