mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Add syntax
crate as proc-macro-srv
dep
This commit is contained in:
parent
68365513f3
commit
adf7adf3e8
2 changed files with 2 additions and 0 deletions
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 a new issue