20 lines
794 B
TOML
20 lines
794 B
TOML
[workspace]
|
|
members = [
|
|
"connector",
|
|
"lib",
|
|
"service-mango-crank",
|
|
"service-mango-fills",
|
|
"service-mango-pnl",
|
|
"service-mango-orderbook",
|
|
]
|
|
|
|
|
|
[patch.crates-io]
|
|
# for gzip encoded responses
|
|
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip-default-v18.0.0" }
|
|
# force usage of mango-v4 submodules with 1.14.9 support
|
|
anchor-spl = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "dev" }
|
|
anchor-lang = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "dev" }
|
|
anchor-client = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "dev" }
|
|
switchboard-v2 = { git = "https://github.com/blockworks-foundation/sbv2-solana", branch = "mango-v4" }
|