Skip to content

Commit

Permalink
rust-project: name the binary buck2-rust-project
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
thoughtpolice committed Aug 24, 2024
1 parent b06ed9d commit 409f272
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrations/rust-project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ readme = "README.md"
repository = { workspace = true }
version = "0.0.0"

[[bin]]
name = "buck2-rust-project"
path = "src/main.rs"

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
Expand Down

0 comments on commit 409f272

Please sign in to comment.