From feb86f20596b17c0c06c27c9da68dfac561838bc Mon Sep 17 00:00:00 2001 From: Jost Schulte Date: Tue, 10 Jun 2025 14:50:20 +0200 Subject: [PATCH] chore: expose rusqlite vendored openssl feature --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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", +]