From 4783b77a6a5e9bb0156428bca1f8b765e1bb3357 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 5 Oct 2020 01:12:22 +0100 Subject: Use bundled sqlite --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 11b252b1..c608ddeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shync" -version = "0.1.0" +version = "0.1.1" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -15,4 +15,7 @@ clap = "2.33.3" chrono = "0.4.19" eyre = "0.6.1" shellexpand = "2.0.0" -rusqlite = "0.24.0" + +[dependencies.rusqlite] +version = "0.24.0" +features = ["bundled"] -- cgit v1.3.1