Skip to content

Commit 409f272

Browse files
committed
rust-project: name the binary buck2-rust-project
The name `rust-project` is glamorous but far too generic to be meaningful when talking about it, and it's not immediately clear what it's even referring to (imagine searching for it on Google). I think `buck2-rust-project` is *much* better and also gives a template for follow up tools like e.g. `buck2-cxx- project` Signed-off-by: Austin Seipp <[email protected]>
1 parent b06ed9d commit 409f272

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integrations/rust-project/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ readme = "README.md"
77
repository = { workspace = true }
88
version = "0.0.0"
99

10+
[[bin]]
11+
name = "buck2-rust-project"
12+
path = "src/main.rs"
13+
1014
[dependencies]
1115
anyhow = { workspace = true }
1216
clap = { workspace = true }

0 commit comments

Comments
 (0)