Skip to content

Commit

Permalink
Merge pull request #2 from dusk-network/update-manifest
Browse files Browse the repository at this point in the history
Add repository and other fields to manifest
  • Loading branch information
moCello committed Jan 8, 2024
2 parents 6af6b2f + 044ebb8 commit 04f54b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
name = "bls12_381-bls"
version = "0.1.0"
edition = "2021"
readme = "README.md"
repository = "https://github.com/dusk-network/bls12_381-bls"
description = "Implementation of BLS signatures using the BLS12-381 curve"
keywords = ["cryptography", "bls", "bls12_381", "signatures"]
categories =["algorithms", "cryptography", "mathematics"]
exclude = [
".gitignore",
"Cargo.lock",
".github/"
]
license = "MPL-2.0"

[dependencies]
Expand Down

0 comments on commit 04f54b4

Please sign in to comment.