solana-accountsdb-connector/Cargo.toml

18 lines
726 B
TOML
Raw Normal View History

2021-11-01 02:34:25 -07:00
[workspace]
members = [
"lib",
2022-03-28 10:58:14 -07:00
"service-mango-fills",
"service-mango-pnl",
"service-mango-orderbook",
2021-11-01 02:34:25 -07:00
]
[patch.crates-io]
# for gzip encoded responses
2021-11-19 02:14:34 -08:00
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip" }
2022-12-16 02:58:04 -08:00
# 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" }