30 lines
759 B
TOML
30 lines
759 B
TOML
[workspace]
|
|
members = [
|
|
"bin/*",
|
|
"programs/mango-v4",
|
|
"lib/*",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
anchor-client = "0.27.0"
|
|
anchor-lang = "0.27.0"
|
|
anchor-spl = "0.27.0"
|
|
fixed = { path = "./3rdparty/fixed", version = "1.11.0" }
|
|
pyth-sdk-solana = "0.7.0"
|
|
serum_dex = { git = "https://github.com/openbook-dex/program.git" }
|
|
solana-address-lookup-table-program = "~1.14.9"
|
|
solana-account-decoder = "~1.14.9"
|
|
solana-client = "~1.14.9"
|
|
solana-logger = "~1.14.9"
|
|
solana-program = "~1.14.9"
|
|
solana-program-test = "~1.14.9"
|
|
solana-rpc = "~1.14.9"
|
|
solana-sdk = "~1.14.9"
|
|
|
|
[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" }
|