solana-accountsdb-connector/Cargo.toml

16 lines
337 B
TOML
Raw Permalink 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" }
2021-11-01 02:34:25 -07:00