From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- src/tools/lint-docs/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/tools/lint-docs/Cargo.toml (limited to 'src/tools/lint-docs/Cargo.toml') diff --git a/src/tools/lint-docs/Cargo.toml b/src/tools/lint-docs/Cargo.toml new file mode 100644 index 000000000..3578bda82 --- /dev/null +++ b/src/tools/lint-docs/Cargo.toml @@ -0,0 +1,12 @@ +[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] +serde_json = "1.0.57" +tempfile = "3.1.0" +walkdir = "2.3.1" -- cgit v1.2.3