fedimint-bip39 0.3.1

Allows using bip39 mnemonic phrases to generate fedimint client keys
Documentation
[package]
name = "fedimint-bip39"
version = "0.3.1"
edition = "2021"
license = "MIT"
readme = "../README.md"
description = "Allows using bip39 mnemonic phrases to generate fedimint client keys"
repository = "https://github.com/fedimint/fedimint"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "fedimint_bip39"
path = "./src/lib.rs"

[dependencies]
bip39 = { version = "2.0.0", features = ["rand"] }
fedimint-client = { version = "=0.3.1", path = "../fedimint-client" }
fedimint-core = { version = "=0.3.1", path = "../fedimint-core" }
rand = "0.8.5"