]> git.lizzy.rs Git - rust.git/blob - src/tools/lint-docs/Cargo.toml
Rollup merge of #104891 - fee1-dead-contrib:escaping_bound_vars_docs, r=wesleywiser
[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"