Skip to content

Commit f5c674b

Browse files
committed
add metadata for docs.rs
1 parent d217d82 commit f5c674b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "zkp"
33
version = "0.6.0"
44
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
55
license = "CC0-1.0"
6+
readme = "README.md"
67
repository = "https://github.com/hdevalence/zkp"
78
documentation = "https://docs.rs/zkp"
89
categories = ["cryptography"]
@@ -12,6 +13,9 @@ exclude = [
1213
".gitignore"
1314
]
1415

16+
[package.metadata.docs.rs]
17+
features = ["nightly"]
18+
1519
[dependencies]
1620
merlin = "1"
1721
rand = "0.6"

0 commit comments

Comments
 (0)