Skip to content

Commit

Permalink
chore(rust): simplify workspace inclusions
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis authored and rholshausen committed Feb 6, 2024
1 parent 22745d7 commit 4b0b0d0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
[workspace]
members = [
"pact_models",
"pact_matching",
"pact_mock_server",
"pact_mock_server_cli",
"pact_consumer",
"pact_verifier",
"pact_verifier_cli",
"pact_cli",
"pact_ffi"
"pact_*"
]
exclude = [
"pact_wasm"
Expand Down

0 comments on commit 4b0b0d0

Please sign in to comment.