zola/components/link_checker/Cargo.toml

16 lines
335 B
TOML
Raw Normal View History

[package]
name = "link_checker"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
2019-12-21 21:52:39 +00:00
edition = "2018"
[dependencies]
2020-02-07 20:16:44 +00:00
reqwest = { version = "0.10", features = ["blocking", "rustls-tls"] }
lazy_static = "1"
config = { path = "../config" }
errors = { path = "../errors" }
[dev-dependencies]
2020-02-16 18:17:41 +00:00
mockito = "0.23"