mirror of
https://github.com/getzola/zola
synced 2025-01-23 17:15:05 +00:00
9 lines
162 B
TOML
9 lines
162 B
TOML
|
[package]
|
||
|
name = "link_checker"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
||
|
|
||
|
[dependencies]
|
||
|
reqwest = "0.8"
|
||
|
lazy_static = "1"
|