LastChanceStalker/Cargo.toml
2024-03-20 22:54:13 -06:00

18 lines
492 B
TOML

[package]
name = "last_chance_stalker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
spreadsheet-ods = "0.22.1"
reqwest = { version = "0.12.0", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
scraper = "0.19.0"
futures = "0.3.30"
lazy_static = "1.4.0"
icu_locid = "1.4.0"
chrono = "0.4.35"