zola/components/link_checker/Cargo.toml
Vincent Prouillet 2feda3ec61 Update deps
2022-03-04 21:36:35 +01:00

13 lines
242 B
TOML

[package]
name = "link_checker"
version = "0.1.0"
edition = "2021"
[dependencies]
config = { path = "../config" }
errors = { path = "../errors" }
utils = { path = "../utils" }
libs = { path = "../libs" }
[dev-dependencies]
mockito = "0.31"