Skip to content

Commit

Permalink
chore: exclude unneeded tools
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 9, 2024
1 parent 910b180 commit 8267086
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[workspace]

members = [
"abci-test",
"kvstore-test",
"proto-compiler",
"rpc-probe"
]

exclude = [
"no-std-check"
"abci-test",
"kvstore-test",
"no-std-check",
"rpc-probe"
]

0 comments on commit 8267086

Please sign in to comment.