rust-quote-scraper/Cargo.toml
hr567 c2e7e6e915
Update to latest dependencies
Signed-off-by: hr567 <hr567@hr567.me>
2023-11-13 02:12:48 +08:00

13 lines
276 B
TOML

[package]
name = "quote-scraper"
version = "0.1.0"
authors = ["hr567 <hr567@hr567.me>"]
edition = "2021"
[dependencies]
once_cell = "1.18.0"
reqwest = "0.11.22"
scraper = "0.18.1"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "sync"] }
url = "2.4.1"