Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.10.1...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
25 lines
854 B
TOML
25 lines
854 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
name = "solana-genesis"
|
|
description = "Blockchain, Rebuilt for Scale"
|
|
version = "0.21.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
base64 = "0.11.0"
|
|
clap = "2.33.0"
|
|
serde = "1.0.102"
|
|
serde_derive = "1.0.102"
|
|
serde_json = "1.0.41"
|
|
serde_yaml = "0.8.11"
|
|
solana-genesis-programs = { path = "../genesis_programs", version = "0.21.0" }
|
|
solana-ledger = { path = "../ledger", version = "0.21.0" }
|
|
solana-sdk = { path = "../sdk", version = "0.21.0" }
|
|
solana-stake-api = { path = "../programs/stake_api", version = "0.21.0" }
|
|
solana-storage-api = { path = "../programs/storage_api", version = "0.21.0" }
|
|
solana-vote-api = { path = "../programs/vote_api", version = "0.21.0" }
|
|
tempfile = "3.1.0"
|