mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-12 10:05:47 +00:00
15 lines
369 B
TOML
15 lines
369 B
TOML
[package]
|
|
name = "zip32"
|
|
version = "0.0.0"
|
|
authors = [
|
|
"Jack Grigg <jack@z.cash>",
|
|
]
|
|
license = "MIT/Apache-2.0"
|
|
|
|
description = "Library for implementing shielded hierarchical deterministic wallets"
|
|
documentation = "https://docs.rs/zip32/"
|
|
homepage = "https://github.com/zcash-hackworks/zip32"
|
|
repository = "https://github.com/zcash-hackworks/zip32"
|
|
|
|
[dependencies]
|