summary refs log tree commit diff
path: root/src/tools/html-checker/Cargo.toml
blob: fe35df823b656bee6da9261d9a1a890660159fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "html-checker"
version = "0.1.0"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
edition = "2018"

[[bin]]
name = "html-checker"
path = "main.rs"

[dependencies]
walkdir = "2"