2021-08-22 16:04:55 -04:00
|
|
|
[package]
|
|
|
|
name = "seed-xor"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
2021-08-23 13:11:10 -04:00
|
|
|
authors = ["KaiWitt <kaiwitt@protonmail.com>"]
|
|
|
|
description = "XOR 24-word bip39 mnemonics."
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/KaiWitt/seed-xor"
|
|
|
|
license = "MIT"
|
|
|
|
keywords = ["bitcoin", "seed", "mnemonic", "bip39", "xor"]
|
|
|
|
categories = ["cryptography::cryptocurrencies"]
|
|
|
|
publish = true
|
2021-08-22 16:04:55 -04:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bip39 = "1.0.1"
|