Skip to content

Commit

Permalink
enable std feature when running benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 27, 2023
1 parent bc4266e commit 974ce62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ hpke-test = []
hpke-test-prng = [] # ⚠️ Enable testing PRNG - DO NOT USE

[dev-dependencies]
hpke-rs-crypto = { version = "0.1.3", path = "./traits", features = ["std"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
lazy_static = "1.4"
Expand Down

0 comments on commit 974ce62

Please sign in to comment.