]> git.proxmox.com Git - rustc.git/blob - src/tools/lint-docs/Cargo.toml
New upstream version 1.48.0~beta.8+dfsg1
[rustc.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"