Skip to content

Commit

Permalink
Don't publish test
Browse files Browse the repository at this point in the history
The test vectors are pretty big, let's not put them in the crate.
  • Loading branch information
franziskuskiefer authored Jul 23, 2024
1 parent 7c486f1 commit 399b3bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "hpke-rs"
version = "0.2.0"
version = "0.2.1-pre.1"
authors = ["Franziskus Kiefer <[email protected]>"]
edition = "2021"
license = "MPL-2.0"
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"
Expand Down

0 comments on commit 399b3bc

Please sign in to comment.