From d584df359640176ec4bc06f59d1e8d42ab17a413 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 12 Mar 2022 13:27:29 +0100 Subject: Update and delete recurring events --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5e6c659..8af0f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "calendar" version = "0.1.0" -authors = ["Joris Guyonvarch"] -edition = "2021" +authors = ["Joris GUYONVARCH"] +edition = "2018" [dependencies] anyhow = "1.0" @@ -14,4 +14,5 @@ rusqlite_migration = "0.5" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" structopt = "0.3" +thiserror = "1.0" uuid = { version = "0.8", features = [ "v4" ] } -- cgit v1.2.3