mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
903ce68809
* Fix bug and refactoring - Fix panic in some cases - Extract the generation as a reusable function - Improve scoring calculation - Add tests - Sort the results - Fix the case when called with a desired pattern either empty or of 1 char - Add a 'even more' paranoiac mode - Add benchmarks Fix #417 * Fixed compilation for nightly
13 lines
282 B
TOML
13 lines
282 B
TOML
[package]
|
|
name = "subkey"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
|
|
[dependencies]
|
|
ed25519 = { version = "*", path = "../substrate/ed25519" }
|
|
substrate-primitives = { version = "*", path = "../substrate/primitives" }
|
|
rand = "0.4"
|
|
|
|
[features]
|
|
bench = []
|