mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Add a proc-macro-srv-cli crate
This commit is contained in:
parent
0b1ed70c12
commit
5f54ec0e85
3 changed files with 25 additions and 0 deletions
5
crates/proc-macro-srv-cli/src/main.rs
Normal file
5
crates/proc-macro-srv-cli/src/main.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use proc_macro_srv::cli;
|
||||
|
||||
fn main() {
|
||||
cli::run().unwrap();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue