zola/components/link_checker/Cargo.toml

20 lines
369 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]
lazy_static = "1"
config = { path = "../config" }
errors = { path = "../errors" }
[dependencies.reqwest]
2021-01-05 21:11:15 +00:00
version = "0.11"
default-features = false
features = ["blocking", "rustls-tls"]
[dev-dependencies]
2021-04-21 19:43:02 +00:00
mockito = "0.30"