solana-accountsdb-connector/Cargo.toml

14 lines
277 B
TOML

[workspace]
members = [
"geyser-plugin-grpc",
"lib",
"connector-raw",
"connector-mango",
]
[patch.crates-io]
# for gzip encoded responses
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip" }