2021-07-16 00:31:22 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-compute-budget-program"
|
|
|
|
description = "Solana Compute Budget program"
|
2021-12-04 00:18:04 -08:00
|
|
|
version = "1.10.0"
|
2021-07-16 00:31:22 -07:00
|
|
|
homepage = "https://solana.com/"
|
|
|
|
documentation = "https://docs.rs/solana-compute-budget-program"
|
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
|
|
|
license = "Apache-2.0"
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2021-07-16 00:31:22 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2021-12-04 00:18:04 -08:00
|
|
|
solana-program-runtime = { path = "../../program-runtime", version = "=1.10.0" }
|
|
|
|
solana-sdk = { path = "../../sdk", version = "=1.10.0" }
|
2021-07-16 00:31:22 -07:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["lib"]
|
|
|
|
name = "solana_compute_budget_program"
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|