Did stuff

This commit is contained in:
2021-05-08 14:18:03 +02:00
parent 51fe50399d
commit 0f42ffdbbb
3 changed files with 883 additions and 713 deletions

View File

@@ -8,19 +8,19 @@ edition = "2018"
bincode = "1.1"
chrono = { version = "0.4", features = ["serde"] }
chrono-tz = "0.5"
directories = "1.0"
directories = "2.0"
fern = { version = "0.5", features = ["colored"] }
htmlescape = "0.3"
lazy_static = "1.3"
lazy_static = "1.4"
log = "0.4"
regex = "1.1"
regex = "1.3"
reqwest = "0.9"
scraper = "0.9"
scraper = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
structopt = "0.2"
structopt = "0.3"
tinytemplate = "1.0"
toml = "0.4"
toml = "0.5"
[dev-dependencies]
insta = "0.7"
insta = "0.11"