1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: include large test assets
Some tests deliberately fail with an error message
explaining that some large test assets are omitted from distribution.
Include those assets with Debian "binary" packages,
as that is easier than maintaining a patch that [#ignore]'s them,
and during source package build testing with option `--all`.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-05-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/ed25519-dalek/Cargo.toml
+++ b/ed25519-dalek/Cargo.toml
@@ -15,7 +15,7 @@
keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
categories = ["cryptography", "no-std"]
description = "Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust."
-exclude = [ ".gitignore", "TESTVECTORS", "VALIDATIONVECTORS", "res/*" ]
+exclude = [ ".gitignore", "res/*" ]
rust-version = "1.81"
[package.metadata.docs.rs]
|