mirror of
https://github.com/getzola/zola
synced 2024-12-13 05:42:29 +00:00
8 lines
162 B
TOML
8 lines
162 B
TOML
[package]
|
|
name = "link_checker"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
|
|
|
[dependencies]
|
|
reqwest = "0.9"
|
|
lazy_static = "1"
|