From 7cbbbe50b0ccc003c0acaa263a9cd04acb22bd3a Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Sat, 29 Feb 2020 23:06:48 +0100 Subject: [PATCH] Add some cargo metadata --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8731426..c7a3fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,10 @@ name = "summer" version = "0.1.0" authors = ["Julius de Jeu "] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "GPL-3.0-or-later" +repository = "https://gitlab.voidcorp.nl/distribution/summer.git" +homepage = "https://gitlab.voidcorp.nl/distribution/summer" +description = "Create a sha3-256 sum of a directory and its subdirectories!" [dependencies] sha3 = "0.8.2"