Skip to content

Commit 1021628

Browse files
committed
exclude JS extensions from cargo workspace
1 parent 36b0941 commit 1021628

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ members = [
33
"*/rust/*/*",
44
"sample-apps/*/extensions/*",
55
]
6+
exclude = [
7+
"sample-apps/*/extensions/*-js"
8+
]

0 commit comments

Comments
 (0)