From 814fe94d9fe052d6c4704b7719a4a26b5313fd14 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Fri, 24 Nov 2023 17:51:34 +0000 Subject: [PATCH] Update Cargo.toml --- cggmp21/Cargo.toml | 4 ++++ tests/Cargo.toml | 1 + 2 files changed, 5 insertions(+) diff --git a/cggmp21/Cargo.toml b/cggmp21/Cargo.toml index 9412a86..b9b4369 100644 --- a/cggmp21/Cargo.toml +++ b/cggmp21/Cargo.toml @@ -47,3 +47,7 @@ curve-secp256k1 = ["generic-ec/curve-secp256k1"] curve-secp256r1 = ["generic-ec/curve-secp256r1"] curve-stark = ["generic-ec/curve-stark"] spof = [] + +[package.metadata.docs.rs] +all-features = true +rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 56c8d10..c5c1038 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -40,3 +40,4 @@ url = "2.4" [dev-dependencies] generic-tests = "0.1" test-case = "2.2" +