mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 14:58:03 +00:00
7bb1412d15
* Fixes for new Schnorrkel API * Include specific commit hash for schnorrkel
19 lines
524 B
TOML
19 lines
524 B
TOML
[package]
|
|
name = "subkey"
|
|
version = "0.2.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
substrate-primitives = { version = "*", path = "../core/primitives" }
|
|
rand = "0.6"
|
|
clap = { version = "~2.32", features = ["yaml"] }
|
|
tiny-bip39 = "0.6.0"
|
|
rustc-hex = "2.0"
|
|
substrate-bip39 = { git = "https://github.com/paritytech/substrate-bip39" }
|
|
schnorrkel = { git = "https://github.com/w3f/schnorrkel", commit = "d3289df76b8ae6dfb68e733204c5c009df5343a9" }
|
|
hex = "0.3"
|
|
|
|
[features]
|
|
bench = []
|