diff options
| author | Amos Wenger <amoswenger@gmail.com> | 2022-07-24 14:53:20 +0200 |
|---|---|---|
| committer | Amos Wenger <amoswenger@gmail.com> | 2022-07-25 15:19:57 +0200 |
| commit | 4364531c2f3db41d9ba3a72f3e77ab26d16db8b0 (patch) | |
| tree | 142ee8a695c06b359d9d3ee10590e60e8a3b51f8 | |
| parent | fd1b64ec718d8483a98872bd91ee8f11b6893e7f (diff) | |
| download | rust-4364531c2f3db41d9ba3a72f3e77ab26d16db8b0.tar.gz rust-4364531c2f3db41d9ba3a72f3e77ab26d16db8b0.zip | |
Name the binary 'proc-macro-srv'
| -rw-r--r-- | crates/proc-macro-srv-cli/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/proc-macro-srv-cli/Cargo.toml b/crates/proc-macro-srv-cli/Cargo.toml index 959002f664a..badb594f062 100644 --- a/crates/proc-macro-srv-cli/Cargo.toml +++ b/crates/proc-macro-srv-cli/Cargo.toml @@ -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" |
