-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
26 lines (24 loc) · 1.32 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[workspace]
exclude = ["solana-conformance/impl/solfuzz-agave"]
members = [
"cli",
"programs/*"
]
resolver = "2"
[workspace.dependencies]
cbmt-program-activator = { path = "./programs/activator", version = "0.1.0" }
cbmt-program-stub = { path = "./programs/stub", version = "0.1.0" }
clap = "4.5.4"
indicatif = "0.17.8"
solana-logger = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
solana-program = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
solana-rpc = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
solana-rpc-client = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
solana-sdk = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
solana-test-validator = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
termcolor = "1.4.1"
tokio = "1.37.0"
[patch.crates-io]
solana-program = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
solana-sdk = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }
solana-zk-token-sdk = { git = "https://github.com/buffalojoec/solana", branch = "joec-test-validator-genesis" }