summaryrefslogtreecommitdiffstats
path: root/src/tools/linkchecker/Cargo.toml
blob: 1d8f2f918823fc01876a2e559f1b59be8e7edb83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "linkchecker"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "linkchecker"
path = "main.rs"

[dependencies]
regex = "1"
once_cell = "1"