We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d217d82 commit f5c674bCopy full SHA for f5c674b
Cargo.toml
@@ -3,6 +3,7 @@ name = "zkp"
3
version = "0.6.0"
4
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
5
license = "CC0-1.0"
6
+readme = "README.md"
7
repository = "https://github.com/hdevalence/zkp"
8
documentation = "https://docs.rs/zkp"
9
categories = ["cryptography"]
@@ -12,6 +13,9 @@ exclude = [
12
13
".gitignore"
14
]
15
16
+[package.metadata.docs.rs]
17
+features = ["nightly"]
18
+
19
[dependencies]
20
merlin = "1"
21
rand = "0.6"
0 commit comments