2019-11-11 16:42:08 -08:00
|
|
|
[package]
|
|
|
|
name = "solana-clap-utils"
|
2020-03-28 09:43:32 -07:00
|
|
|
version = "1.2.0"
|
2019-11-11 16:42:08 -08:00
|
|
|
description = "Solana utilities for the clap"
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
clap = "2.33.0"
|
2019-11-22 07:20:40 -08:00
|
|
|
rpassword = "4.0"
|
2020-03-28 09:43:32 -07:00
|
|
|
solana-remote-wallet = { path = "../remote-wallet", version = "1.2.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "1.2.0" }
|
2020-03-12 23:20:49 -07:00
|
|
|
thiserror = "1.0.11"
|
2020-01-24 08:59:07 -08:00
|
|
|
tiny-bip39 = "0.7.0"
|
2019-11-11 16:42:08 -08:00
|
|
|
url = "2.1.0"
|
2019-12-19 14:37:47 -08:00
|
|
|
chrono = "0.4"
|
2019-11-11 16:42:08 -08:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "solana_clap_utils"
|