1
0
Fork 0
vkgy_bot_discord/Cargo.toml

11 lines
274 B
TOML
Raw Normal View History

2022-06-16 23:13:58 +02:00
[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"