2022-01-21 10:21:46 -08:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-08-01 08:53:13 -07:00
|
|
|
"cli",
|
2022-06-18 07:31:28 -07:00
|
|
|
"client",
|
2022-12-08 04:42:35 -08:00
|
|
|
"programs/mango-v4",
|
2022-04-09 12:18:07 -07:00
|
|
|
"keeper",
|
2022-06-18 07:31:28 -07:00
|
|
|
"lib/*",
|
|
|
|
"liquidator",
|
2022-07-26 23:52:41 -07:00
|
|
|
"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
|
|
|
|
anchor-spl = { path = "./anchor/spl/" }
|
|
|
|
anchor-lang = { path = "./anchor/lang/" }
|
2022-12-10 02:16:47 -08:00
|
|
|
switchboard-v2 = { path = "./switchboard-v2/rust/switchboard-v2/" }
|