mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
sqlite: Bundle sqlite.
- rusqlite bundles an up-to-date version of libsqlite3. Enable this feature to be independent from OS supplied version.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1287,6 +1287,7 @@ version = "0.23.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
@@ -25,6 +25,9 @@ chrono = "0.4"
|
||||
zbase32 = "0.1.2"
|
||||
r2d2 = "0.8"
|
||||
r2d2_sqlite = "0.19"
|
||||
rusqlite = { version = "0.26", features = ["bundled"] }
|
||||
|
||||
[build-dependencies]
|
||||
rusqlite = { version = "0.26", features = ["trace"] }
|
||||
|
||||
[lib]
|
||||
|
Reference in New Issue
Block a user