Files
solana/keygen/Cargo.toml
dependabot-preview[bot] f6a4acfac3 Bump dirs from 2.0.1 to 2.0.2 (#5312)
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/soc/dirs-rs/releases)
- [Commits](https://github.com/soc/dirs-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-30 19:46:39 -07:00

23 lines
468 B
TOML

[package]
name = "solana-keygen"
version = "0.18.0-pre0"
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]
clap = "2.33"
dirs = "2.0.2"
solana-sdk = { path = "../sdk", version = "0.18.0-pre0" }
[[bin]]
name = "solana-keygen"
path = "src/keygen.rs"