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"