mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
add quote dep
This commit is contained in:
parent
2bac1bdf17
commit
14fd9e72a7
4 changed files with 12 additions and 7 deletions
|
@ -10,3 +10,4 @@ teraron = "0.1.0"
|
|||
walkdir = "2.1.3"
|
||||
itertools = "0.8.0"
|
||||
clap = "2.32.0"
|
||||
quote = "1.0.2"
|
||||
|
|
1
crates/ra_tools/src/codegen.rs
Normal file
1
crates/ra_tools/src/codegen.rs
Normal file
|
@ -0,0 +1 @@
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
mod codegen;
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
error::Error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue