From: Alekos Filini Date: Tue, 13 Oct 2020 08:57:40 +0000 (+0200) Subject: [keys]: Re-export tiny-bip39 X-Git-Tag: v0.2.0~108 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/engine/struct.UnknownChainHashError.html?a=commitdiff_plain;h=848b52c50eae620b3b855007a625694e58a4c91f;p=bdk [keys]: Re-export tiny-bip39 Closes #104 --- diff --git a/src/lib.rs b/src/lib.rs index 73ebb40a..69fc670e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;