Files
solana/archiver/Cargo.toml
dependabot-preview[bot] a52a9afa3c Bump console from 0.9.1 to 0.9.2
Bumps [console](https://github.com/mitsuhiko/console) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/compare/0.9.1...0.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 23:22:44 -07:00

21 lines
720 B
TOML

[package]
authors = ["Solana Maintainers <maintainers@solana.com>"]
edition = "2018"
name = "solana-archiver"
version = "0.24.0"
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
[dependencies]
clap = "2.33.0"
console = "0.9.2"
solana-clap-utils = { path = "../clap-utils", version = "0.24.0" }
solana-core = { path = "../core", version = "0.24.0" }
solana-logger = { path = "../logger", version = "0.24.0" }
solana-metrics = { path = "../metrics", version = "0.24.0" }
solana-archiver-lib = { path = "../archiver-lib", version = "0.24.0" }
solana-net-utils = { path = "../net-utils", version = "0.24.0" }
solana-sdk = { path = "../sdk", version = "0.24.0" }