diff --git a/Cargo.toml b/Cargo.toml index 17b6ca4..fae9e95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.13.1" +version = "0.13.2" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" @@ -12,11 +12,12 @@ categories = ["cryptography", "no-std"] keywords = ["cryptography", "curve25519", "elliptic", "curve", "ECC"] description = "A low-level cryptographic library for point, group, field, and scalar operations on a curve isomorphic to the twisted Edwards curve defined by -x²+y² = 1 - 121665/121666 x²y² over GF(2²⁵⁵ - 19)." exclude = [ - ".gitignore" + ".gitignore", + ".travis.yml", ] [package.metadata.docs.rs] -rustdoc-args = ["--html-in-header", "rustdoc-include-katex-header.html"] +rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"] [badges] travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"}