Did stuff
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user