forked from Anri/cal8tor
stick to RFC5545
This commit is contained in:
parent
e444d29a15
commit
dfcf1226d0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue