We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b7a26 commit d37bd4dCopy full SHA for d37bd4d
src/bootstrap/src/utils/proc_macro_deps.rs
@@ -5,6 +5,7 @@ pub static CRATES: &[&str] = &[
5
// tidy-alphabetical-start
6
"annotate-snippets",
7
"anstyle",
8
+ "askama_parser",
9
"basic-toml",
10
"block-buffer",
11
"bumpalo",
@@ -64,6 +65,7 @@ pub static CRATES: &[&str] = &[
64
65
"wasm-bindgen-backend",
66
"wasm-bindgen-macro-support",
67
"wasm-bindgen-shared",
68
+ "winnow",
69
"yoke",
70
"zerofrom",
71
"zerovec",
0 commit comments