sundry/wod/Cargo.toml

13 lines
265 B
TOML
Raw Normal View History

2018-02-02 09:29:13 -05:00
[package]
edition = "2021"
2018-02-02 09:29:13 -05:00
name = "wod"
version = "0.1.0"
authors = ["Orien Vandenbergh <orien.vandenbergh@defpoint.com>"]
[dependencies]
reqwest = "0.11.22"
futures = "0.3.0"
scraper = "0.18.1"
select = "0.6.0"
tokio = { version = "1.12.0", features = ["full"] }