Skip to content

Commit

Permalink
exclude examples from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 1, 2024
1 parent b40e9d7 commit fba1493
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[workspace]
members = [
"rookie-rs",
"bindings/python",
"bindings/node",
"cli",
"examples/rust/*",
]
members = ["rookie-rs", "bindings/python", "bindings/node", "cli"]

exclude = ["examples/*"]

default-members = ["rookie-rs", "bindings/python"]
resolver = "2"

0 comments on commit fba1493

Please sign in to comment.