]> git.lizzy.rs Git - rust.git/blob - src/tools/lint-docs/Cargo.toml
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
[rust.git] / src / tools / lint-docs / Cargo.toml
1 [package]
2 name = "lint-docs"
3 version = "0.1.0"
4 edition = "2021"
5 description = "A script to extract the lint documentation for the rustc book."
6
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9 [dependencies]
10 serde_json = "1.0.57"
11 tempfile = "3.1.0"
12 walkdir = "2.3.1"