diff options
author | Alex Auvolat <alex@adnab.me> | 2020-07-07 14:14:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-07-07 14:14:58 +0200 |
commit | cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2 (patch) | |
tree | 1076123f194159e449895424ae385b93a83a366a /src/garage/Cargo.toml | |
parent | bec26a13129d8215d5ff97ad0cf587f6572f67ac (diff) | |
download | garage-cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2.tar.gz garage-cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2.zip |
Add license, description and repository to .toml files
Diffstat (limited to 'src/garage/Cargo.toml')
-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" |