Skip to content

Commit b36ebe6

Browse files
committed
Add an ability to disable "rusqlite/bundled"
1 parent fe983cf commit b36ebe6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ repository = "https://github.com/yannickfunk/genanki-rs"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

13+
[features]
14+
default = ["sqlite-bundled"]
15+
sqlite-bundled = ["rusqlite/bundled"]
16+
1317
[dependencies]
14-
rusqlite = { version = "0.25.1", features = ["bundled"] }
18+
rusqlite = "0.25.1"
1519
tempfile = "3.2.0"
1620
zip = "0.5.12"
1721
serde_json = "1.0.64"

0 commit comments

Comments
 (0)