21 lines
625 B
TOML
21 lines
625 B
TOML
|
|
# Note: This crate must be built using build.sh
|
|
|
|
[package]
|
|
name = "solana-bpf-rust-many-args-dep"
|
|
version = "0.19.0-pre0"
|
|
description = "Solana BPF many-args-dep program written in Rust"
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
solana-sdk-bpf-utils = { path = "../../../../sdk/bpf/rust/rust-utils", version = "0.19.0-pre0" }
|
|
|
|
[dev_dependencies]
|
|
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/rust-test", version = "0.19.0-pre0" }
|
|
|
|
[workspace]
|
|
members = [] |