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