Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Shalevos
Copy link
Contributor

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.

@@ -1,10 +1,13 @@
[package]
name = "multi-party-eddsa"
version = "0.2.3"
version = "0.2.4"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this patch version bump required?

@survived
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants