zola/components/link_checker/Cargo.toml

9 lines
162 B
TOML
Raw Normal View History

[package]
name = "link_checker"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
reqwest = "0.8"
lazy_static = "1"