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

24 lines
624 B
TOML
Raw Normal View History

2019-06-18 15:56:24 -07:00
# Note: This crate must be built using build.sh
[package]
name = "solana-bpf-rust-tick-height"
2019-08-25 21:46:51 -07:00
version = "0.19.0-pre0"
2019-06-18 15:56:24 -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/"
edition = "2018"
[dependencies]
byteorder = { version = "1", default-features = false }
2019-08-25 21:46:51 -07:00
solana-sdk-bpf-utils = { path = "../../../../sdk/bpf/rust/rust-utils", version = "0.19.0-pre0" }
2019-06-18 15:56:24 -07:00
[workspace]
members = []
[lib]
crate-type = ["cdylib"]
name = "solana_bpf_rust_tick_height"