Skip to content

Commit

Permalink
Merge pull request #67 from cryspen/franziskus/drop-tests-from-package
Browse files Browse the repository at this point in the history
drop tests from package
  • Loading branch information
franziskuskiefer committed Sep 5, 2024
2 parents 58fa1df + f75a3d2 commit 0e1419f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
[package]
name = "hpke-rs"
version = "0.2.0"
version = "0.2.1-pre.1"
authors = ["Franziskus Kiefer <franziskuskiefer@gmail.com>"]
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"
serde = { version = "1.0", features = ["derive"], optional = true }
tls_codec = { version = "0.4.0", features = ["derive"], optional = true }
tls_codec = { version = "0.4.1-pre.1", features = ["derive"], optional = true }
zeroize = { version = "1.5", features = ["zeroize_derive"] }
hpke-rs-crypto = { version = "0.2.0", path = "./traits" }

Expand Down

0 comments on commit 0e1419f

Please sign in to comment.