From 974ce626db3b8c5cdc418c1732950c50b703adae Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 27 Nov 2023 15:14:08 +0100 Subject: [PATCH] enable std feature when running benchmarks --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a515882..f07e43d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"