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 f7a738cCopy full SHA for f7a738c
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",
@@ -47,6 +48,7 @@ pub static CRATES: &[&str] = &[
47
48
"stable_deref_trait",
49
"strsim",
50
"syn",
51
+ "synom",
52
"synstructure",
53
"thiserror",
54
"time-core",
@@ -60,10 +62,12 @@ pub static CRATES: &[&str] = &[
60
62
"unicase",
61
63
"unicode-ident",
64
"unicode-width",
65
+ "unicode-xid",
66
"version_check",
67
"wasm-bindgen-backend",
68
"wasm-bindgen-macro-support",
69
"wasm-bindgen-shared",
70
+ "winnow",
71
"yoke",
72
"zerofrom",
73
"zerovec",
0 commit comments