Skip to content

Commit

Permalink
chore: exclude all currently unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 9, 2024
1 parent fce9a2e commit 0ca4468
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
resolver = "2"

members = [
"proto",
"tendermint",
]

exclude = [
"abci",
"config",
"light-client",
Expand All @@ -11,15 +16,10 @@ members = [
"light-client-js",
"p2p",
"pbt-gen",
"proto",
"rpc",
"std-ext",
"tendermint",
"test",
"testgen"
]

exclude = [
"testgen",
"proto-compiler",
"tools/no-std-check"
]
Expand Down

0 comments on commit 0ca4468

Please sign in to comment.