1
0
Fork 0
vkgy_bot_discord/Cargo.toml

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