diff --git a/Cargo.toml b/Cargo.toml index b444c5e..ca10969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,3 +41,6 @@ features = ["trace"] [features] bundled = ["rusqlite/bundled"] bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"] +bundled-sqlcipher-vendored-openssl = [ + "rusqlite/bundled-sqlcipher-vendored-openssl", +]