2019-03-14 07:55:41 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-config-program"
|
2019-11-20 16:32:19 -08:00
|
|
|
description = "Solana Config program"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-config-program"
|
2023-02-23 06:01:54 -08:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2019-03-14 07:55:41 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
bincode = { workspace = true }
|
|
|
|
chrono = { workspace = true, features = ["default", "serde"] }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_derive = { workspace = true }
|
|
|
|
solana-program-runtime = { workspace = true }
|
|
|
|
solana-sdk = { workspace = true }
|
2019-03-14 07:55:41 -07:00
|
|
|
|
2020-04-28 15:56:51 -07:00
|
|
|
[dev-dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
solana-logger = { workspace = true }
|
2020-04-28 15:56:51 -07:00
|
|
|
|
2019-03-14 07:55:41 -07:00
|
|
|
[lib]
|
2020-04-27 21:05:12 -07:00
|
|
|
crate-type = ["lib"]
|
2019-03-14 07:55:41 -07:00
|
|
|
name = "solana_config_program"
|
2020-04-16 18:18:28 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|