Skip to content

Commit

Permalink
Add a default-members entry to Cargo.toml, so you can use "cargo run"…
Browse files Browse the repository at this point in the history
… without having to specify the "wild" binary each time.
  • Loading branch information
andrewdavidmackenzie committed Nov 22, 2024
1 parent 7e7be41 commit 84978c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
members = ["linker-diff", "linker-layout", "linker-trace", "linker-utils", "wild", "wild_lib"]
default-members = ["wild"]

resolver = "2"

Expand Down

0 comments on commit 84978c6

Please sign in to comment.