Initial commit.

This commit is contained in:
2018-12-15 18:59:34 +01:00
commit 74ac90bda1
4 changed files with 1600 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "whoareyou"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
edition = "2018"
[dependencies]
reqwest = "0.9"
scraper = "0.9"