1 2 3 4 5 6 7 8 9
[package] name = "linkchecker" version = "0.1.0" authors = ["Alex Crichton <alex@alexcrichton.com>"] edition = "2018" [[bin]] name = "linkchecker" path = "main.rs"