mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
Add syntax
crate as proc-macro-srv
dep
This commit is contained in:
parent
68365513f3
commit
adf7adf3e8
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1331,6 +1331,7 @@ dependencies = [
|
||||
"proc-macro-test",
|
||||
"span",
|
||||
"stdx",
|
||||
"syntax",
|
||||
"tt",
|
||||
]
|
||||
|
||||
|
@ -29,6 +29,7 @@ paths.workspace = true
|
||||
base-db.workspace = true
|
||||
span.workspace = true
|
||||
proc-macro-api.workspace = true
|
||||
syntax.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
expect-test = "1.4.0"
|
||||
|
Loading…
Reference in New Issue
Block a user