Skip to content

Commit eacccf7

Browse files
Name the binary 'proc-macro-srv'
1 parent 2368ad2 commit eacccf7

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)