2020-11-04 18:29:26 -08:00
|
|
|
[package]
|
2022-05-24 17:36:12 -07:00
|
|
|
name = "solana-cargo-test-sbf"
|
|
|
|
description = "Execute all unit and integration tests after building with the Solana SBF SDK"
|
2020-11-18 09:45:39 -08:00
|
|
|
publish = false
|
2023-02-23 06:01:54 -08:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2020-11-04 18:29:26 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
cargo_metadata = { workspace = true }
|
2022-03-11 09:05:57 -08:00
|
|
|
clap = { version = "3.1.5", features = ["cargo"] }
|
2023-02-23 06:01:54 -08:00
|
|
|
log = { workspace = true, features = ["std"] }
|
|
|
|
solana-logger = { workspace = true }
|
2020-11-04 18:29:26 -08:00
|
|
|
|
|
|
|
[[bin]]
|
2022-05-24 17:36:12 -07:00
|
|
|
name = "cargo-test-sbf"
|
2020-11-04 18:29:26 -08:00
|
|
|
path = "src/main.rs"
|