This commit is contained in:
2019-03-13 09:43:44 +01:00
parent f49399353c
commit 92323e38f7
2 changed files with 230 additions and 235 deletions

461
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,7 +11,7 @@ chrono-tz = "0.5"
directories = "1.0" directories = "1.0"
fern = { version = "0.5", features = ["colored"] } fern = { version = "0.5", features = ["colored"] }
htmlescape = "0.3" htmlescape = "0.3"
lazy_static = "1.2" lazy_static = "1.3"
log = "0.4" log = "0.4"
regex = "1.1" regex = "1.1"
reqwest = "0.9" reqwest = "0.9"
@@ -23,4 +23,4 @@ tinytemplate = "1.0"
toml = "0.4" toml = "0.4"
[dev-dependencies] [dev-dependencies]
insta = "0.6" insta = "0.7"