summary refs log tree commit diff
path: root/src/tools/linkchecker/Cargo.toml
blob: 29fc78a65e9168e042987fbe59184fdc254b0fae (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "linkchecker"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]

[dependencies]
url = "0.5"

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