diff --git a/Cargo.toml b/Cargo.toml index 14f00de..da90912 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,7 @@ lto = false debug-assertions = true codegen-units = 1 panic = 'unwind' +required-features = ['yolocrypto'] # The benchmarking profile, used for `cargo bench`. [profile.bench]