rentry-bruteforce/Cargo.toml

11 lines
261 B
TOML
Raw Permalink Normal View History

2024-04-18 16:33:15 +00:00
[package]
name = "rentry-bruteforce"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
scraper = "0.19.0"
reqwest = { version = "0.12", features = ["blocking"] }