about summary refs log tree commit diff
path: root/src/tools/lint-docs/Cargo.toml
blob: 6e1ab84ed18d9afdd0b264789f8b1c2c365faf4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "lint-docs"
version = "0.1.0"
edition = "2021"
description = "A script to extract the lint documentation for the rustc book."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rustc-literal-escaper = "0.0.5"
serde_json = "1.0.57"
tempfile = "3.1.0"
walkdir = "2.3.1"