solana-with-rpc-optimizations/programs/bpf/noop_rust/Cargo.toml

9 lines
251 B
TOML
Raw Normal View History

[package]
name = "noop_rust"
version = "0.1.0"
2018-10-04 17:20:34 -07:00
authors = ["Solana Maintainers <maintainers@solana.com>"]
[dependencies]
rbpf = { git = "https://github.com/qmonnet/rbpf", rev="bc41ec47d9b51751585f6ddcde1d1eb1afe2be69" }
2018-10-04 17:20:34 -07:00
solana = { path = "../../.." }