Add configuration file, make HTTP/HTTPS agnostic

This commit is contained in:
Elnu 2022-07-31 13:22:20 -07:00
parent 98dc007fa4
commit 4bfcf6631e
6 changed files with 110 additions and 52 deletions

View file

@ -28,3 +28,5 @@ reqwest = "0.11.11"
scraper = "0.13.0"
sanitize_html = "0.7.0"
clap = { version = "3.2.14", features = ["derive"] }
serde_yaml = "0.9.2"
derive_more = "0.99.17"