mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Fix docsrs
This commit is contained in:
parent
8c9c94add9
commit
281fab6af0
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "x25519-dalek"
|
||||
name = "test-x25519-dalek"
|
||||
edition = "2021"
|
||||
# Before changing this:
|
||||
# - update version in README.md
|
||||
|
|
@ -31,8 +31,11 @@ rust-version = "1.60"
|
|||
travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
#rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-1.0.1/docs/assets/rustdoc-include-katex-header.html"]
|
||||
features = ["nightly", "reusable_secrets", "serde"]
|
||||
rustdoc-args = [
|
||||
"--html-in-header", "docs/assets/rustdoc-include-katex-header.html",
|
||||
"--cfg", "docsrs",
|
||||
]
|
||||
features = ["reusable_secrets", "serde"]
|
||||
|
||||
[dependencies]
|
||||
curve25519-dalek = { version = "4.0.0-rc.0", default-features = false }
|
||||
|
|
|
|||
Loading…
Reference in a new issue