2021-11-01 02:34:25 -07:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-03-17 04:57:11 -07:00
|
|
|
"connector",
|
2021-11-08 00:40:03 -08:00
|
|
|
"lib",
|
2023-02-02 23:15:58 -08:00
|
|
|
"service-mango-crank",
|
2022-03-28 10:58:14 -07:00
|
|
|
"service-mango-fills",
|
|
|
|
"service-mango-pnl",
|
2022-12-16 03:00:42 -08:00
|
|
|
"service-mango-orderbook",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
# for gzip encoded responses
|
2023-03-21 03:34:05 -07:00
|
|
|
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip-default-v18.0.0" }
|
2022-12-16 02:58:04 -08:00
|
|
|
# force usage of mango-v4 submodules with 1.14.9 support
|
2023-01-05 12:18:56 -08:00
|
|
|
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" }
|
2023-01-01 08:42:36 -08:00
|
|
|
switchboard-v2 = { git = "https://github.com/blockworks-foundation/sbv2-solana", branch = "mango-v4" }
|