Bumps [console](https://github.com/mitsuhiko/console) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Commits](https://github.com/mitsuhiko/console/compare/0.9.0...0.9.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
19 lines
578 B
TOML
19 lines
578 B
TOML
[package]
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
edition = "2018"
|
|
name = "solana-archiver"
|
|
version = "0.21.0"
|
|
repository = "https://github.com/solana-labs/solana"
|
|
license = "Apache-2.0"
|
|
homepage = "https://solana.com/"
|
|
|
|
[dependencies]
|
|
clap = "2.33.0"
|
|
console = "0.9.1"
|
|
solana-core = { path = "../core", version = "0.21.0" }
|
|
solana-logger = { path = "../logger", version = "0.21.0" }
|
|
solana-metrics = { path = "../metrics", version = "0.21.0" }
|
|
solana-netutil = { path = "../netutil", version = "0.21.0" }
|
|
solana-sdk = { path = "../sdk", version = "0.21.0" }
|
|
|