From 1b66c2de01a8f668003e5855cd9d852380d6c12c Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 16 Nov 2017 01:13:30 +0000 Subject: [PATCH] Include rustdoc-include-katex-header.html in package. --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17b6ca4..4fccd1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,10 @@ 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", +] +include = [ + "rustdoc-include-katex-header.html", ] [package.metadata.docs.rs]