From 399b3bc02c803f016b2af3d30c6e995ef7a35525 Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Tue, 23 Jul 2024 16:28:08 +0200 Subject: [PATCH] Don't publish test The test vectors are pretty big, let's not put them in the crate. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d312891..1b2ae8a 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hpke-rs" -version = "0.2.0" +version = "0.2.1-pre.1" authors = ["Franziskus Kiefer "] edition = "2021" license = "MPL-2.0" @@ -8,6 +8,7 @@ documentation = "https://docs.rs/hpke-rs" description = "HPKE Implementation" readme = "Readme.md" repository = "https://github.com/franziskuskiefer/hpke-rs" +exclude = ["/tests"] [dependencies] log = "0.4"