zola/components/link_checker/Cargo.toml

16 lines
281 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]
2018-09-30 17:17:51 +00:00
reqwest = "0.9"
lazy_static = "1"
config = { path = "../config" }
errors = { path = "../errors" }
[dev-dependencies]
mockito = "0.22"