Bundle sqlite

This commit is contained in:
Joscha 2022-07-14 21:52:18 +02:00
parent ee7316f65b
commit eb2b8e818c
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -577,6 +577,7 @@ version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]

View file

@ -16,7 +16,7 @@ log = { version = "0.4.17", features = ["std"] }
palette = { version = "0.6.0", default-features = false, features = ["std"] }
parking_lot = "0.12.1"
rand = "0.8.5"
rusqlite = { version = "0.27.0", features = ["chrono"] }
rusqlite = { version = "0.27.0", features = ["bundled", "chrono"] }
serde = { version = "1.0.138", features = ["derive"] }
serde_json = "1.0.82"
thiserror = "1.0.31"