keyfork/keyfork-mnemonic-util/Cargo.toml

16 lines
298 B
TOML

[package]
name = "keyfork-mnemonic-util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# Included in rust
sha2 = "0.10.7"
[dev-dependencies]
bip39 = "2.0.0"
hex = "0.4.3"
serde_json = "1.0.105"