indeed_scraper 0.1.0

Indeed.com job scraper
Documentation
[package]
name = "indeed_scraper"
description = "Indeed.com job scraper"
version = "0.1.0"
authors = ["John McAvoy <j-mcavoy@protonmail.com>"]
edition = "2018"
repository = "https://gitlab.com/j-mcavoy/indeed_scraper"
license = "GPL-3.0+"

[dependencies]
indeed_querybuilder = "0.2.0"
reqwest = { version="0.10.8" }
scraper = "0.12.0"
tokio = { version = "0.2", features = ["full"] }
url = "2.1.1"