From 6b9542088cd1b66af46e95b787493b601accb495 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 30 Apr 2024 13:02:59 +0200 Subject: Add icalendar dependency --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d4bc543..68b1eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,6 +57,9 @@ smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/ imap-codec = { version = "2.0.0", features = ["bounded-static", "ext_condstore_qresync"] } imap-flow = { git = "https://github.com/duesee/imap-flow.git", branch = "main" } +# dav protocols +icalendar = "0.16" + # http & web http = "1.1" http-body-util = "0.1.1" -- cgit v1.2.3