18 lines
479 B
TOML
18 lines
479 B
TOML
|
|
# Note: This crate must be built using the makefile, try `make help` instead of `cargo build`
|
|
|
|
[package]
|
|
name = "solana-bpf-rust-noop"
|
|
version = "0.12.0"
|
|
description = "Solana BPF noop 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/"
|
|
|
|
[dependencies]
|
|
heapless = { version = "0.4.0", default-features = false }
|
|
|
|
[workspace]
|
|
members = []
|