Skip to content

Commit

Permalink
Add repository and other fields to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Jan 8, 2024
1 parent 6af6b2f commit 044ebb8
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 044ebb8

Please sign in to comment.