From cc65cdc0fe49f8efdf82a42493a71dbf1b116bb2 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 7 Jul 2020 14:14:58 +0200 Subject: Add license, description and repository to .toml files --- src/api/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/api') 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 "] 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" -- cgit v1.2.3