10 lines
175 B
TOML
10 lines
175 B
TOML
[package]
|
|
name = "wod"
|
|
version = "0.1.0"
|
|
authors = ["Orien Vandenbergh <orien.vandenbergh@defpoint.com>"]
|
|
|
|
[dependencies]
|
|
reqwest = "0.8.2"
|
|
scraper = "0.4.0"
|
|
select = "0.4.2"
|