1
0
Fork 0
vkgy_bot_discord/Cargo.toml
2023-01-02 21:09:46 +01:00

11 lines
No EOL
274 B
TOML

[package]
name = "data_extractor"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = {version = "0.11", features = ["blocking"]}
scraper = "0.13.0"
dotenvy = "0.15.1"