run fully automated

This commit is contained in:
_ 2025-08-11 22:27:25 +00:00
parent 294d95e80b
commit 7a2fba6804
4 changed files with 2002 additions and 172 deletions

View file

@ -5,8 +5,17 @@ edition = "2024"
[dependencies]
anyhow = "1.0.98"
base64 = "0.22.1"
chrono = "0.4.41"
chrono-tz = "0.10.4"
chrono-tz = { version = "0.10.4", features = ["serde"] }
clap = { version = "4.5.43", features = ["derive"] }
icalendar = { version = "0.17.1", features = ["chrono-tz", "parser", "serde"] }
maud = "0.27.0"
reqwest = "0.12.22"
rrule = "0.14.0"
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.47.1", features = ["rt-multi-thread", "time"] }
toml = "0.9.5"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
url = { version = "2.5.4", features = ["serde"] }