Add proc-macro2 and quote to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-27 20:07:35 +10:00
parent d263d3a88c
commit 1ed5660266
5 changed files with 10 additions and 8 deletions

View File

@@ -11,8 +11,8 @@ proc-macro = true
annotate-snippets = "0.11"
fluent-bundle = "0.16"
fluent-syntax = "0.12"
proc-macro2 = "1"
quote = "1"
proc-macro2.workspace = true
quote.workspace = true
syn = { version = "2", features = ["full"] }
unic-langid = { version = "0.9.0", features = ["macros"] }
# tidy-alphabetical-end