From 2e3930b4c7c26e91c1341d7d04d33d91758f8009 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 28 Jun 2021 17:02:45 -0600 Subject: work properly on windows too --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6b9d7fb..14f00f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,8 @@ barrel = { version = "0.6.5", features = ["sqlite3"] } chrono = "0.4" diesel = { version = "1.4.4", features = ["sqlite", "chrono"] } hyper = { version = "0.14", features = ["full"] } +# TODO not this +libsqlite3-sys = { version = "0.22.2", features = ["bundled-windows"] } quote = "1.0" structopt = "0.3.21" syn = { version = "1.0", features = ["full", "extra-traits"] } -- cgit v1.2.3