Skip to content

Commit 4364531

Browse files
Name the binary 'proc-macro-srv'
1 parent fd1b64e commit 4364531

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/proc-macro-srv-cli/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ proc-macro-srv = { version = "0.0.0", path = "../proc-macro-srv" }
1111

1212
[features]
1313
sysroot-abi = ["proc-macro-srv/sysroot-abi"]
14+
15+
[[bin]]
16+
name = "proc-macro-srv"
17+
path = "src/main.rs"

0 commit comments

Comments
 (0)