We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe983cf commit 9143ee0Copy full SHA for 9143ee0
Cargo.toml
@@ -10,8 +10,11 @@ repository = "https://github.com/yannickfunk/genanki-rs"
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
+[features]
14
+sqlite-bundled = ["rusqlite/bundled"]
15
+
16
[dependencies]
-rusqlite = { version = "0.25.1", features = ["bundled"] }
17
+rusqlite = "0.25.1"
18
tempfile = "3.2.0"
19
zip = "0.5.12"
20
serde_json = "1.0.64"
0 commit comments