18 lines
427 B
TOML
18 lines
427 B
TOML
[package]
|
|
name = "trmnl"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.8"
|
|
# Only keep one of blocking+async if all features converted
|
|
reqwest = { version = "0.12", features = ["json", "rustls-tls" ] }
|
|
dirs = "5"
|
|
chrono = "0.4"
|
|
serde_json = "1.0"
|
|
chrono-tz = "0.8"
|
|
tokio = { version = "1.37", features = ["full"] }
|
|
scraper = "0.18"
|
|
ical = "0.8"
|
|
rrule = "0.14.0"
|