Add license, description and repository to .toml files

This commit is contained in:
Alex Auvolat
2020-07-07 14:14:58 +02:00
parent bec26a1312
commit cc65cdc0fe
6 changed files with 18 additions and 0 deletions
+3
View File
@@ -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"