rust-quote-scraper/Cargo.toml

13 lines
276 B
TOML
Raw Permalink Normal View History

2021-01-21 09:25:38 +00:00
[package]
name = "quote-scraper"
2021-01-21 09:25:38 +00:00
version = "0.1.0"
authors = ["hr567 <hr567@hr567.me>"]
edition = "2021"
2021-01-21 09:25:38 +00:00
[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"