Name the binary 'proc-macro-srv'

This commit is contained in:
Amos Wenger 2022-07-24 14:53:20 +02:00
parent fd1b64ec71
commit 4364531c2f

View File

@ -11,3 +11,7 @@ proc-macro-srv = { version = "0.0.0", path = "../proc-macro-srv" }
[features]
sysroot-abi = ["proc-macro-srv/sysroot-abi"]
[[bin]]
name = "proc-macro-srv"
path = "src/main.rs"