forked from massbitprotocol/massbitprotocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (27 loc) · 776 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (27 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[workspace]
members = [
"analytics",
"apis/solana_api",
"apis/indexer-api",
"chain-reader",
"core/indexer-orm",
"core/storage/postgres",
"core/hasura-client",
"core/data",
"core/indexer-orm",
"cli",
"chain/ethereum",
"chain/solana",
"chain/solana-sdk",
"massbit",
"store/postgres",
"manager",
"indexer-manager",
"tests",
"massbit-sol-cli",
"graphql"
]
exclude = ["code-compiler/generated"]
[patch.crates-io]
# Include protection against stack overflow when parsing from this PR: https://github.com/graphql-rust/graphql-parser/commit/45167b53e9533c331298683577ba8df7e43480ac
graphql-parser = {git="https://github.com/graphql-rust/graphql-parser", rev="45167b53e9533c331298683577ba8df7e43480ac"}