feat: add icalendar

This commit is contained in:
2022-10-07 20:58:32 +08:00
parent 2bb467898e
commit 2f4df9395d
3 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "icalendar"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
icalendar = "0.13.1"