mirror of https://github.com/zcash/zip32.git
Update crate metadata
This commit is contained in:
parent
e512159fed
commit
feea7316ea
|
@ -5,10 +5,10 @@ authors = [
|
|||
"Jack Grigg <jack@electriccoin.co>",
|
||||
"Kris Nuttycombe <kris@electriccoin.co>",
|
||||
]
|
||||
description = "Library for implementing shielded hierarchical deterministic wallets"
|
||||
description = "Common types 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"
|
||||
homepage = "https://github.com/zcash/zip32"
|
||||
repository = "https://github.com/zcash/zip32"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//! Implementation of [ZIP 32] for hierarchical deterministic key management.
|
||||
//! Common types for implementing [ZIP 32] for hierarchical deterministic key management.
|
||||
//!
|
||||
//! [ZIP 32]: https://zips.z.cash/zip-0032
|
||||
|
||||
|
|
Loading…
Reference in New Issue