From f0c00f79da1b5ad8dc056fa9b7195a7227865f43 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Thu, 31 Oct 2024 17:38:22 +0100 Subject: [PATCH] Add fields to cargo toml required for publishing Signed-off-by: Denis Varlakov --- givre/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/givre/Cargo.toml b/givre/Cargo.toml index d4fc96d..8e25720 100644 --- a/givre/Cargo.toml +++ b/givre/Cargo.toml @@ -2,6 +2,12 @@ name = "givre" version = "0.1.0" edition = "2021" +license = "MIT OR Apache-2.0" +description = "TSS Schnorr/EdDSA implementation based on FROST" +repository = "https://github.com/LFDT-Lockness/givre" +categories = ["algorithms", "cryptography"] +keywords = ["mpc", "threshold-signatures", "tss"] +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html