solana/programs/bpf/rust/spoof1/Cargo.toml

19 lines
494 B
TOML
Raw Normal View History

2020-11-30 13:06:11 -08:00
[package]
name = "solana-bpf-rust-spoof1"
2020-12-15 08:58:07 -08:00
version = "1.6.0"
2020-11-30 13:06:11 -08:00
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
2020-12-15 08:58:07 -08:00
solana-program = { path = "../../../../sdk/program", version = "1.6.0" }
2020-11-30 13:06:11 -08:00
[lib]
crate-type = ["cdylib"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]