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"