stick to RFC5545

This commit is contained in:
Mylloon 2024-01-30 15:27:03 +01:00
parent e444d29a15
commit dfcf1226d0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -16,7 +16,7 @@ tokio = { version = "1.35", features = ["full"] }
scraper = "0.18"
regex = "1.10"
chrono = "0.4.31"
ics = "0.5"
ics = { version = "0.5", default-features = false }
uuid = { version = "1.6", features = ["v4", "fast-rng"] }
clap = { version = "4.4", features = ["derive"] }
dialoguer = "0.11"