Skip to content

Commit

Permalink
Fix docsrs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkforest committed Mar 12, 2023
1 parent 8c9c94a commit 281fab6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "x25519-dalek"
name = "test-x25519-dalek"
edition = "2021"
# Before changing this:
# - update version in README.md
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit 281fab6

Please sign in to comment.