Added some basic logging.

Fix cache invalidation (1 day for now).
This commit is contained in:
2019-01-17 11:53:56 +01:00
parent a3e515c3a7
commit d056b52e71
10 changed files with 171 additions and 57 deletions

View File

@@ -6,7 +6,10 @@ edition = "2018"
[dependencies]
bincode = "1.0"
chrono = { version = "0.4", features = ["serde"] }
directories = "1.0"
fern = "0.5"
log = "0.4"
regex = "1.1"
reqwest = "0.9"
scraper = "0.9"
@@ -14,4 +17,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = "0.2"
unhtml = "0.4"
unhtml_derive = "0.4"
unhtml_derive = "0.4"