zola/components/link_checker/Cargo.toml
2020-02-16 19:17:41 +01:00

16 lines
335 B
TOML

[package]
name = "link_checker"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
edition = "2018"
[dependencies]
reqwest = { version = "0.10", features = ["blocking", "rustls-tls"] }
lazy_static = "1"
config = { path = "../config" }
errors = { path = "../errors" }
[dev-dependencies]
mockito = "0.23"