diff --git a/Cargo.toml b/Cargo.toml index 7d681e09..65a9c7b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ debug = false strip = "symbols" [features] -nks = ["core", "x25519-dalek"] +nks = ["core", "x25519-dalek", "hcvault"] android = ["robusta_jni", "libloading", "tracing-android", "x25519-dalek"] debug = [] hsm = []