mango-v4/Cargo.toml

14 lines
271 B
TOML

[workspace]
members = [
"bin/*",
"programs/mango-v4",
"lib/*",
]
[profile.release]
overflow-checks = true
[patch.crates-io]
# for gzip encoded responses
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip" }