aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJoris2022-03-12 13:27:29 +0100
committerJoris2022-03-12 13:36:09 +0100
commitd584df359640176ec4bc06f59d1e8d42ab17a413 (patch)
tree6cfaf676fc2ecf4e61067aa376fb2bed0d984d79 /Cargo.lock
parentaad7b9601dfa05255d5c24f4a6377d9a25646d45 (diff)
downloadcalendar-d584df359640176ec4bc06f59d1e8d42ab17a413.tar.gz
calendar-d584df359640176ec4bc06f59d1e8d42ab17a413.tar.bz2
calendar-d584df359640176ec4bc06f59d1e8d42ab17a413.zip
Update and delete recurring events
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b65ab13..26bd600 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -105,6 +105,7 @@ dependencies = [
"serde",
"serde_json",
"structopt",
+ "thiserror",
"uuid",
]