solana/web3.js/test/fixtures/noop-program/Cargo.toml

24 lines
538 B
TOML
Raw Normal View History

2019-05-10 14:16:35 -07:00
[package]
name = "solana-bpf-rust-noop"
2021-05-27 08:51:53 -07:00
version = "1.8.0"
2019-05-10 14:16:35 -07:00
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/"
documentation = "https://docs.rs/solana-bpf-rust-noop"
2021-11-30 16:54:58 -08:00
edition = "2021"
2019-05-10 14:16:35 -07:00
[dependencies]
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.4.16"
thiserror = "1.0"
2019-05-10 14:16:35 -07:00
[workspace]
members = []
[lib]
2019-06-17 15:09:32 -07:00
name = "solana_bpf_rust_noop"
2019-07-16 15:52:22 -07:00
crate-type = ["cdylib"]