From bd59a5128c05dcd550e91bbdd0cd9d5996a65586 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 9 Jan 2022 09:43:21 +0100 Subject: Persist events to sqlite db --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 277ac45..07c2e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ authors = ["Joris Guyonvarch"] edition = "2018" [dependencies] +anyhow = "1.0" +async-channel = "1.6" chrono = "0.4" gtk4 = { version = "0.3", features = ["v4_2"] } -async-channel = "1.6" +rusqlite = { version = "0.26", features = [ "chrono" ] } +rusqlite_migration = "0.5" -- cgit v1.2.3