Skip to content

Commit

Permalink
Add fields to cargo toml required for publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Oct 31, 2024
1 parent a188bbe commit f0c00f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions givre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0c00f7

Please sign in to comment.