We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7baf41f commit f48bc60Copy full SHA for f48bc60
1 file changed
Cargo.toml
@@ -41,3 +41,6 @@ features = ["trace"]
41
[features]
42
bundled = ["rusqlite/bundled"]
43
bundled-sqlcipher = ["rusqlite/bundled-sqlcipher"]
44
+bundled-sqlcipher-vendored-openssl = [
45
+ "rusqlite/bundled-sqlcipher-vendored-openssl",
46
+]
0 commit comments