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

12 lines
No EOL
328 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.14.0"
dotenvy = "0.15.1"
diesel = { version = "2.0.2", features = ["sqlite"] }