mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +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"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
checksum = "d2cafc7c74096c336d9d27145f7ebd4f4b6f95ba16aa5a282387267e6925cb58"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"cc",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
"vcpkg",
|
"vcpkg",
|
||||||
]
|
]
|
||||||
|
@@ -25,6 +25,9 @@ chrono = "0.4"
|
|||||||
zbase32 = "0.1.2"
|
zbase32 = "0.1.2"
|
||||||
r2d2 = "0.8"
|
r2d2 = "0.8"
|
||||||
r2d2_sqlite = "0.19"
|
r2d2_sqlite = "0.19"
|
||||||
|
rusqlite = { version = "0.26", features = ["bundled"] }
|
||||||
|
|
||||||
|
[build-dependencies]
|
||||||
rusqlite = { version = "0.26", features = ["trace"] }
|
rusqlite = { version = "0.26", features = ["trace"] }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Reference in New Issue
Block a user