👷 bundle sqlite

This commit is contained in:
Nate Sesti
2024-01-10 23:46:53 -08:00
parent ea20a924da
commit 95ac723d6a

View File

@@ -19,7 +19,7 @@ homedir = "0.2.1"
ignore = "0.4.20"
ndarray = "0.15.6"
rand = "0.8.5"
rusqlite = "0.30.0"
rusqlite = { version = "0.30.0", features = ["bundled"] }
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
sha1 = "0.10.6"