26 lines
1.3 KiB
TOML
26 lines
1.3 KiB
TOML
[workspace]
|
|
members = [
|
|
"connector",
|
|
"lib",
|
|
#"service-mango-crank",
|
|
#"service-mango-fills",
|
|
#"service-mango-pnl",
|
|
#"service-mango-orderbook",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
anchor-spl = { git = "https://github.com/mschneider/anchor", branch = "max/solana-16" }
|
|
anchor-lang = { git = "https://github.com/mschneider/anchor", branch = "max/solana-16" }
|
|
anchor-client = { git = "https://github.com/mschneider/anchor", branch = "max/solana-16" }
|
|
mango-v4 = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "max/solana-16" }
|
|
mango-v4-client = { git = "https://github.com/blockworks-foundation/mango-v4", branch = "max/solana-16" }
|
|
solana-rpc = { git = "https://github.com/solana-labs/solana.git", branch="master" }
|
|
solana-client = { git = "https://github.com/solana-labs/solana.git", branch="master" }
|
|
solana-account-decoder = { git = "https://github.com/solana-labs/solana.git", branch="master" }
|
|
solana-sdk = { git = "https://github.com/solana-labs/solana.git", branch="master" }
|
|
|
|
[patch.crates-io]
|
|
# for gzip encoded responses
|
|
jsonrpc-core-client = { git = "https://github.com/ckamm/jsonrpc.git", branch = "ckamm/http-with-gzip-default-v18.0.0" }
|
|
switchboard-v2 = { git = "https://github.com/blockworks-foundation/sbv2-solana", branch = "mango-v4" }
|