Add a proc-macro-srv-cli crate

This commit is contained in:
Amos Wenger 2022-07-23 22:47:34 +02:00
parent 0b1ed70c12
commit 5f54ec0e85
3 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,5 @@
use proc_macro_srv::cli;
fn main() {
cli::run().unwrap();
}