solana-accountsdb-connector/Cargo.toml

19 lines
684 B
TOML

[workspace]
members = [
"geyser-plugin-grpc",
"lib",
"connector-raw",
# "connector-mango",
"service-mango-fills",
"service-mango-pnl",
]
[patch.crates-io]
# for gzip encoded responses
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" }