Add rustc-literal-escaper to [workspace.dependencies].

This commit is contained in:
Nicholas Nethercote
2025-08-22 07:30:50 +10:00
parent dfa748e910
commit 32b0fff8fe
5 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
# tidy-alphabetical-start
rustc-literal-escaper = "0.0.5"
rustc-literal-escaper.workspace = true
rustc_lexer = { path = "../rustc_lexer" }
# tidy-alphabetical-end