52c2b74b39
* Add anchor existant checking to link_checker component * Oops, forgot some changes * Drop scraper dependency and rework tests * Handle name attributes
11 lines
195 B
TOML
11 lines
195 B
TOML
[package]
|
|
name = "link_checker"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
|
|
|
[dependencies]
|
|
reqwest = "0.9"
|
|
lazy_static = "1"
|
|
|
|
errors = { path = "../errors" }
|