Skip to content

Commit 09d96ab

Browse files
authored
Merge pull request #77 from dfns/publish
Fix missing fields in key-share manifest
2 parents c46509c + c94f155 commit 09d96ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

key-share/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "key-share"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT OR Apache-2.0"
6+
description = "Key share of any Threshold Signature Scheme (TSS)"
7+
repository = "https://github.com/dfns/cggmp21"
8+
categories = ["cryptography"]
9+
keywords = ["mpc", "threshold-signatures", "tss"]
510

611
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
712

0 commit comments

Comments
 (0)