[package] name = "proc-macro-srv-cli" version = "0.0.0" repository.workspace = true description = "A standalone binary for the `proc-macro-srv` crate of rust-analyzer." authors.workspace = true edition.workspace = true license.workspace = true rust-version.workspace = true [dependencies] proc-macro-srv.workspace = true proc-macro-api.workspace = true [features] sysroot-abi = ["proc-macro-srv/sysroot-abi"] in-rust-tree = ["proc-macro-srv/in-rust-tree", "sysroot-abi"] [[bin]] name = "rust-analyzer-proc-macro-srv" path = "src/main.rs" [lints] workspace = true