Skip to content

Commit

Permalink
Specify default members
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Jul 3, 2023
1 parent e3063f0 commit 40786fe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ resolver = "2"
members = [
"crates/*",
"examples",
"no-std-examples",
"benches",
"tools/*",
"no-std-examples",
]
default-members = [
"crates/*",
"examples",
"benches",
"tools/site",
"tools/builder",
]

[profile.bench]
Expand Down

0 comments on commit 40786fe

Please sign in to comment.