solana-with-rpc-optimizations/programs/bpf/rust/noop/Cargo.toml

18 lines
479 B
TOML
Raw Normal View History

# Note: This crate must be built using the makefile, try `make help` instead of `cargo build`
[package]
name = "solana-bpf-rust-noop"
2018-12-19 17:03:28 -08:00
version = "0.12.0"
description = "Solana BPF noop program written in Rust"
2018-10-04 17:20:34 -07:00
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
2018-12-13 21:14:37 -08:00
homepage = "https://solana.com/"
[dependencies]
heapless = { version = "0.4.0", default-features = false }
[workspace]
members = []