Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "proc-macro-srv-cli"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.57"

[dependencies]
proc-macro-srv = { version = "0.0.0", path = "../proc-macro-srv" }

[features]
sysroot-abi = ["proc-macro-srv/sysroot-abi"]

[[bin]]
name = "rust-analyzer-proc-macro-srv"
path = "src/main.rs"