From 1445e23a26c6581ad0c3f5b5016e47e95d224e9f Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 20 Feb 2022 09:33:55 +0100 Subject: Save repetition in events But don’t show repetead events for now. --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f74bbd6..e79cb87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,15 @@ name = "calendar" version = "0.1.0" authors = ["Joris Guyonvarch"] -edition = "2018" +edition = "2021" [dependencies] anyhow = "1.0" async-channel = "1.6" -chrono = "0.4" +chrono = { version = "0.4", features = [ "serde" ] } gtk4 = { version = "0.3", features = [ "v4_2" ] } rusqlite = { version = "0.26", features = [ "chrono" ] } rusqlite_migration = "0.5" +serde = { version = "1.0", features = [ "derive" ] } +serde_json = "1.0" uuid = { version = "0.8", features = [ "v4" ] } -- cgit v1.2.3