Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eacccf7

Browse files
committedJul 24, 2022
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

Lines changed: 4 additions & 0 deletions
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)
Please sign in to comment.