2022-08-12 19:01:29 +02:00
|
|
|
[package]
|
|
|
|
name = "cal8tor"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-12 19:54:53 +02:00
|
|
|
reqwest = { version = "0.11" }
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
scraper = "0.13.0"
|
2022-08-15 15:46:41 +02:00
|
|
|
regex = "1"
|
2022-08-15 17:25:05 +02:00
|
|
|
chrono = "0.4"
|
2022-08-16 10:32:56 +02:00
|
|
|
chrono-tz = "0.4"
|
2022-08-15 19:09:55 +02:00
|
|
|
ics = "0.5"
|