multi-party-eddsa icon indicating copy to clipboard operation
multi-party-eddsa copied to clipboard

added metadata to Cargo.toml in order to release to crates.io

Open Shalevos opened this issue 4 years ago • 1 comments

The repository has yet to be uploaded to crates.io . I added metadata as seen in our curv library to the Cargo.toml file. After this is merged I will add a new release and upload the repo.

Shalevos avatar Oct 12 '21 09:10 Shalevos

Here are instructions on publishing: https://doc.rust-lang.org/cargo/reference/publishing.html

According to the manual, this metadata is still missing: license, repository, keywords, and categories

survived avatar Oct 19 '21 07:10 survived