]> git.lizzy.rs Git - rust.git/blob - src/tools/lint-docs/Cargo.toml
Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se
[rust.git] / src / tools / lint-docs / Cargo.toml
1 [package]
2 name = "lint-docs"
3 version = "0.1.0"
4 authors = ["The Rust Project Developers"]
5 edition = "2018"
6 description = "A script to extract the lint documentation for the rustc book."
7
8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10 [dependencies]
11 serde_json = "1.0.57"
12 tempfile = "3.1.0"
13 walkdir = "2.3.1"