summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorHussein <huss@pep-project.org>2019-02-12 23:46:57 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-03-25 09:38:25 +0100
commitf94cdef75eb342f3cbdb72dcee887105f1fba59c (patch)
treeee655afe7fe263d9738a38f4ca5ff5d3ea93dda1 /store
parent6a2a82648176e4b840bfed80e188c21b6bc63c4d (diff)
Use SQLite amalgamation for Android builds
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index a54a6008..4f576f28 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -40,6 +40,10 @@ thiserror = "1"
tokio-core = "0.1.10"
tokio-io = "0.1.4"
+[target.'cfg(target_os="android")'.dependencies.rusqlite]
+version = "0.19.0"
+features = ["bundled"]
+
[build-dependencies]
capnpc = "0.10"