mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Fixed docsrs flags in Cargo.toml
This commit is contained in:
parent
42d8dbd42a
commit
91c2305328
1 changed files with 6 additions and 2 deletions
|
|
@ -25,8 +25,12 @@ exclude = [
|
|||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = ["--html-in-header", "docs/assets/rustdoc-include-katex-header.html", "--cfg", "docsrs"]
|
||||
features = ["serde", "simd_backend", "rand_core", "digest"]
|
||||
rustdoc-args = [
|
||||
"--html-in-header", "docs/assets/rustdoc-include-katex-header.html",
|
||||
"--cfg", "docsrs",
|
||||
'--cfg=curve25519_dalek_backend="simd"',
|
||||
]
|
||||
features = ["serde", "rand_core", "digest"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue