Skip to content

Commit

Permalink
Fix license in package metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed Oct 23, 2024
1 parent c68d324 commit 0279246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions nimue-pow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = [
"Giacomo Fenzi <giacomofenzi@outlook.com>",
"Remco Bloemen <remco@wicked.ventures>"
]
license = "BSD-3-Clause"

[dependencies]
nimue = { path = "../nimue" }
Expand Down
4 changes: 3 additions & 1 deletion nimue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
authors = ["Michele Orrù <m@orru.net>"]
description = "A library for Fiat-Shamir transcripts."
edition = "2021"
license = "MIT/Apache-2.0"
license = "BSD-3-Clause"

[dependencies]
zeroize = { version = "1.6.0", features = ["zeroize_derive"] }
Expand All @@ -20,6 +20,7 @@ ark-ec = { version = "0.4.0", optional = true }
ark-serialize = { version = "0.4.2", optional = true, features = ["std"] }
group = { version = "0.13.0", optional = true }
ark-bls12-381 = { version = "0.4.0", optional = true }
hex = "0.4.3"

[features]
default = []
Expand All @@ -44,6 +45,7 @@ ark-pallas = { version = "0.4.0", features = ["std"] }
pallas = "0.22.0"
pasta_curves = "0.5.1"
ark-vesta = { version = "0.4.0", features = ["std"] }
sha3 = "0.10.8"

[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "../doc/katex-header.html", "--cfg", "docsrs"]
Expand Down

0 comments on commit 0279246

Please sign in to comment.