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/util/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/util') diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index d8c39c62..19d96214 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -3,6 +3,9 @@ name = "garage_util" version = "0.1.0" authors = ["Alex Auvolat "] edition = "2018" +license = "GPL-3.0" +description = "Utility crate for the Garage object store" +repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" [lib] path = "lib.rs" -- cgit v1.2.3