grin/wallet/Cargo.toml
Laurent Meunier 24b107bdf7 Create the beginning of the wallet library. (#36)
The wallet library will be used to manage the keys of the user. Currenty it only contains a minimal implementation of the extended keys. The format of the extended keys is subject to change
2017-04-29 13:58:26 -07:00

12 lines
248 B
TOML

[package]
name = "grin_wallet"
version = "0.1.0"
authors = ["Laurent Meunier <laurent.meunier95@gmail.com>"]
[dependencies]
secp256k1zkp = { path = "../secp256k1zkp" }
rust-crypto = "^0.2"
rand = "^0.3"
byteorder = "1"
rustc-serialize = "0.3.23"