From 33cb8152966999ef341ba34fbbd0ae00bae537fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 2 Jul 2022 11:04:37 +0200 Subject: [PATCH] Add more metadata to Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bd80469..f71406c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "skyums-protocol" version = "1.0.0" edition = "2021" +authors = [ "Nicolás A. Ortega Froysa" ] +description = "An implementation of Skyum's Protocol." +readme = "./README.md" +repository = "https://gitlab.com/naortega/skyums-protocol" +license = "Zlib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html