mango-v4/Cargo.toml

12 lines
254 B
TOML

[workspace]
members = [
"client",
"programs/*",
"keeper",
"lib/*",
"liquidator",
]
[patch.crates-io]
# for gzip encoded responses
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip" }