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 b36ebe6Copy full SHA for b36ebe6
Cargo.toml
@@ -10,8 +10,12 @@ 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
+default = ["sqlite-bundled"]
15
+sqlite-bundled = ["rusqlite/bundled"]
16
+
17
[dependencies]
-rusqlite = { version = "0.25.1", features = ["bundled"] }
18
+rusqlite = "0.25.1"
19
tempfile = "3.2.0"
20
zip = "0.5.12"
21
serde_json = "1.0.64"
0 commit comments