Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-api/Cargo.toml')
-rw-r--r--crates/proc-macro-api/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/proc-macro-api/Cargo.toml b/crates/proc-macro-api/Cargo.toml
index 7f633d91ec..889eefa8b5 100644
--- a/crates/proc-macro-api/Cargo.toml
+++ b/crates/proc-macro-api/Cargo.toml
@@ -28,6 +28,8 @@ span.workspace = true
# InternIds for the syntax context
base-db.workspace = true
la-arena.workspace = true
+# only here to parse via token_to_literal
+mbe.workspace = true
[lints]
workspace = true