Add wod sources, and updated vimrc

This commit is contained in:
2018-02-02 09:29:13 -05:00
parent 8a46fb4c74
commit c714d87903
4 changed files with 1294 additions and 2 deletions

9
wod/Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[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"