From 53e6d3513409b56b615d48cd43cbdcaf95c9fc6a Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Wed, 10 Jan 2024 17:57:37 +0100 Subject: [PATCH] build: Use libsqlite3-sys with bundled sqlite3 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 22a8ad09..985b49de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,6 +130,7 @@ lettre = { version = "0.11.2", default-features = false, features = [ ] } libc = "0.2.151" libtest-mimic = "0.6.1" +libsqlite-sys = { version = "0.27", features = ["bundled"] } log = "0.4.20" nix = { version = "0.27.1", features = [ "fs",