-
Notifications
You must be signed in to change notification settings - Fork 13
/
Cargo.toml
31 lines (28 loc) · 1.34 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
27
28
29
30
31
[package]
name = "run-solana-tests"
description = "Blockchain, Rebuilt for Scale"
version = "1.16.0"
documentation = "https://docs.rs/solana"
homepage = "https://solana.com/"
readme = "README.md"
repository = "https://github.com/solana-labs/cargo-run-solana-tests"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
license = "Apache-2.0"
edition = "2018"
publish = false
[dependencies]
anyhow = "1.0"
regex = "1.4.5"
solana-bpf-loader-program = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-compute-budget = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-log-collector = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-logger = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-program-runtime = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana-sdk = { git = "https://github.com/anza-xyz/agave.git", rev = "ea10d2e5347d12b7966529529004e7a34a43e215" }
solana_rbpf = "=0.8.5"
structopt = { version = "0.3", default-features = false }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[[bin]]
name = "cargo-run-solana-tests"
path = "src/main.rs"