Skip to content

Commit

Permalink
Cargo.toml: Spell out workspace members instead of using * imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Feb 18, 2025
1 parent e91054b commit 424d3e7
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,27 @@ members = [
"core",
"core/graphman",
"core/graphman_store",
"chain/*",
"chain/arweave",
"chain/common",
"chain/ethereum",
"chain/near",
"chain/substreams",
"graphql",
"node",
"runtime/*",
"server/*",
"store/*",
"substreams/*",
"runtime/derive",
"runtime/test",
"runtime/wasm",
"server/graphman",
"server/http",
"server/index-node",
"server/json-rpc",
"server/metrics",
"server/websocket",
"store/postgres",
"store/test-store",
"substreams/substreams-head-tracker",
"substreams/substreams-trigger-filter",
"substreams/trigger-filters",
"graph",
"tests",
"graph/derive",
Expand Down

0 comments on commit 424d3e7

Please # to comment.