16 lines
337 B
TOML
16 lines
337 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" }
|
|
|