Skip to content

Commit

Permalink
exclude JS extensions from cargo workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwesselman committed Apr 7, 2023
1 parent 36b0941 commit 1021628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ members = [
"*/rust/*/*",
"sample-apps/*/extensions/*",
]
exclude = [
"sample-apps/*/extensions/*-js"
]

0 comments on commit 1021628

Please sign in to comment.