Add some cargo metadata

master
Julius 2020-02-29 23:06:48 +01:00
parent 71bb49fcec
commit 7cbbbe50b0
1 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,10 @@ name = "summer"
version = "0.1.0"
authors = ["Julius de Jeu <julius@voidcorp.nl>"]
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"