Files
solana/keygen/Cargo.toml
dependabot[bot] 46ec5cf765 Bump dirs from 1.0.4 to 1.0.5
Bumps [dirs](https://github.com/soc/dirs-rs) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [Commits](https://github.com/soc/dirs-rs/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-26 20:04:36 -07:00

23 lines
458 B
TOML

[package]
name = "solana-keygen"
version = "0.12.0"
description = "Solana key generation utility"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[features]
cuda = []
[dependencies]
dirs = "1.0.5"
clap = "2.31"
solana-sdk = { path = "../sdk", version = "0.12.0" }
[[bin]]
name = "solana-keygen"
path = "src/keygen.rs"