Add configuration file, make HTTP/HTTPS agnostic
This commit is contained in:
parent
98dc007fa4
commit
4bfcf6631e
6 changed files with 110 additions and 52 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue