Skip to content

Commit

Permalink
Specify Cargo workspace members via glob (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep authored Jun 1, 2023
1 parent b63a15e commit c11a350
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
[workspace]
members = [
"crates/cli",
"crates/core",
"crates/frontend",
"crates/interp",
"crates/web",
]
members = ["crates/*"]

0 comments on commit c11a350

Please sign in to comment.