Update crate metadata

This commit is contained in:
Jack Grigg 2023-12-05 18:22:49 +00:00
parent e512159fed
commit feea7316ea
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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