]> git.lizzy.rs Git - rust.git/blob - src/tools/linkchecker/Cargo.toml
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
[rust.git] / src / tools / linkchecker / Cargo.toml
1 [package]
2 name = "linkchecker"
3 version = "0.1.0"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 edition = "2018"
6
7 [[bin]]
8 name = "linkchecker"
9 path = "main.rs"
10
11 [dependencies]
12 regex = "1"
13 once_cell = "1"