2022-01-21 10:21:46 -08:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-02-20 05:08:38 -08:00
|
|
|
"bin/*",
|
2022-12-08 04:42:35 -08:00
|
|
|
"programs/mango-v4",
|
2022-06-18 07:31:28 -07:00
|
|
|
"lib/*",
|
2023-02-14 23:42:07 -08:00
|
|
|
"3rdparty/anchor/cli",
|
2022-01-21 10:21:46 -08:00
|
|
|
]
|
2022-06-18 07:31:28 -07:00
|
|
|
|
2023-02-05 23:33:08 -08:00
|
|
|
[profile.release]
|
|
|
|
overflow-checks = true
|
|
|
|
|
2022-06-18 07:31:28 -07:00
|
|
|
[patch.crates-io]
|
|
|
|
# for gzip encoded responses
|
2022-07-25 07:07:53 -07:00
|
|
|
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip" }
|
2022-12-10 02:16:47 -08:00
|
|
|
# these patch anchor to use solana 1.14.9 in order to fix dependency conflicts in switchboard-v2
|
2022-11-16 02:50:40 -08:00
|
|
|
# downstream applications may need to copy these patches to their own workspace
|
2023-02-14 23:42:07 -08:00
|
|
|
anchor-spl = { path = "./3rdparty/anchor/spl/" }
|
|
|
|
anchor-lang = { path = "./3rdparty/anchor/lang/" }
|
|
|
|
switchboard-v2 = { path = "./3rdparty/switchboard-v2/rust/switchboard-v2/" }
|