aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-04-30 13:02:59 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-04-30 13:02:59 +0200
commit6b9542088cd1b66af46e95b787493b601accb495 (patch)
tree1edf9db87881016079ff80d51f4f641c01f52ac8 /Cargo.toml
parente1d7cf88afd9baab67d53823e95cb1b7f240802f (diff)
downloadaerogramme-6b9542088cd1b66af46e95b787493b601accb495.tar.gz
aerogramme-6b9542088cd1b66af46e95b787493b601accb495.zip
Add icalendar dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"