[keys]: Re-export tiny-bip39

Closes #104
This commit is contained in:
Alekos Filini 2020-10-13 10:57:40 +02:00
parent 100f0aaa0a
commit 848b52c50e
No known key found for this signature in database
GPG Key ID: 5E8AFC3034FDFA4F

View File

@ -36,6 +36,9 @@ extern crate serde;
#[macro_use]
extern crate serde_json;
#[cfg(feature = "keys-bip39")]
extern crate bip39;
#[cfg(any(target_arch = "wasm32", feature = "async-interface"))]
#[macro_use]
extern crate async_trait;