Make sure docs.rs builds with bulletproofs (#304)

This commit is contained in:
Sam Tay
2023-08-22 18:39:26 -04:00
committed by GitHub
parent 8eb8936f51
commit 1c825db46e

View File

@@ -21,6 +21,10 @@ readme = "crates-io.md"
[package.metadata.playground]
features = ["bulletproofs"]
# Build docs.rs with these features
[package.metadata.docs.rs]
features = ["bulletproofs"]
[dependencies]
bumpalo = { workspace = true }
crypto-bigint = { workspace = true }