mango-feeds/Cargo.toml

19 lines
684 B
TOML
Raw Normal View History

2021-11-01 02:34:25 -07:00
[workspace]
members = [
"geyser-plugin-grpc",
"lib",
"connector-raw",
# "connector-mango",
2022-03-28 10:58:14 -07:00
"service-mango-fills",
"service-mango-pnl",
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" }
# force usage of mango-v4 anchor submodule with 1.10.35 support
anchor-spl = { git = "ssh://git@github.com/blockworks-foundation/mango-v4", branch = "dev" }
anchor-lang = { git = "ssh://git@github.com/blockworks-foundation/mango-v4", branch = "dev" }
anchor-client = { git = "ssh://git@github.com/blockworks-foundation/mango-v4", branch = "dev" }