diff --git a/CHANGELOG b/CHANGELOG index d0a5006..eeef9ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +# Version 0.0.3 + +## Improvements + +- Add publish workflow for cargo publish + # Version 0.0.2 ## Improvements diff --git a/Cargo.toml b/Cargo.toml index 93467a1..e442f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] authors = ["MathxH Chen "] +description = "A Simple Publicly Verifiable Secret Sharing Library" edition = "2018" +keywords = ["secret sharing", "threshold cryptography", "zero knowledge proofs", "publicly verifiable secret sharing"] +license-file = "LICENSE" name = "mpvss-rs" -version = "0.0.2" +readme = "README.md" +repository = "https://github.com/AlexiaChen/mpvss-rs" +version = "0.0.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html