diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-04-30 13:02:59 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-04-30 13:02:59 +0200 |
commit | 6b9542088cd1b66af46e95b787493b601accb495 (patch) | |
tree | 1edf9db87881016079ff80d51f4f641c01f52ac8 /aero-collections | |
parent | e1d7cf88afd9baab67d53823e95cb1b7f240802f (diff) | |
download | aerogramme-6b9542088cd1b66af46e95b787493b601accb495.tar.gz aerogramme-6b9542088cd1b66af46e95b787493b601accb495.zip |
Add icalendar dependency
Diffstat (limited to 'aero-collections')
-rw-r--r-- | aero-collections/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aero-collections/Cargo.toml b/aero-collections/Cargo.toml index 90d285e..95ab142 100644 --- a/aero-collections/Cargo.toml +++ b/aero-collections/Cargo.toml @@ -22,3 +22,4 @@ rand.workspace = true im.workspace = true sodiumoxide.workspace = true eml-codec.workspace = true +icalendar.workspace = true |