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

20 lines
550 B
TOML
Raw Normal View History

2019-05-21 11:22:33 -07:00
[package]
name = "solana-bpf-rust-iter"
version = "1.15.0"
2019-09-17 10:21:22 -07:00
description = "Solana BPF test program written in Rust"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
2019-05-21 11:22:33 -07:00
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-bpf-rust-iter"
2021-11-30 16:47:00 -08:00
edition = "2021"
2019-05-21 11:22:33 -07:00
[dependencies]
solana-program = { path = "../../../../sdk/program", version = "=1.15.0" }
2019-05-21 11:22:33 -07:00
[lib]
2019-09-17 10:21:22 -07:00
crate-type = ["cdylib"]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]