Update hex-literal version, simplify imports and remove unused dependencies (#2371)

This commit is contained in:
Stanislav Tkach
2019-04-25 12:17:40 +03:00
committed by Gavin Wood
parent d6054a8fd8
commit 0f02bed702
46 changed files with 54 additions and 85 deletions
+1 -4
View File
@@ -18,11 +18,8 @@
#[cfg(feature = "bench")]
extern crate test;
extern crate substrate_bip39;
extern crate rustc_hex;
#[macro_use] extern crate hex_literal;
use std::io::{stdin, Read};
use hex_literal::hex;
use clap::load_yaml;
use rand::{RngCore, rngs::OsRng};
use substrate_bip39::mini_secret_from_entropy;