Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.9 to 0.8.11. - [Release notes](https://github.com/dtolnay/serde-yaml/releases) - [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.9...0.8.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
26 lines
868 B
TOML
26 lines
868 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
name = "solana-genesis"
|
|
description = "Blockchain, Rebuilt for Scale"
|
|
version = "0.20.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
base64 = "0.10.1"
|
|
bincode = "1.2.0"
|
|
clap = "2.33.0"
|
|
serde = "1.0.101"
|
|
serde_derive = "1.0.101"
|
|
serde_json = "1.0.41"
|
|
serde_yaml = "0.8.11"
|
|
solana-core = { path = "../core", version = "0.20.0" }
|
|
solana-genesis-programs = { path = "../genesis_programs", version = "0.20.0" }
|
|
solana-sdk = { path = "../sdk", version = "0.20.0" }
|
|
solana-stake-api = { path = "../programs/stake_api", version = "0.20.0" }
|
|
solana-storage-api = { path = "../programs/storage_api", version = "0.20.0" }
|
|
solana-vote-api = { path = "../programs/vote_api", version = "0.20.0" }
|
|
tempfile = "3.1.0"
|