From 0f0d84e9ca3da115bc789bea57e4a46074d4f59a Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 4 Mar 2020 09:28:56 -0700 Subject: [PATCH] Update manifest for zcash_history. --- zcash_history/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zcash_history/Cargo.toml b/zcash_history/Cargo.toml index f397e3fde..ee91d3a10 100644 --- a/zcash_history/Cargo.toml +++ b/zcash_history/Cargo.toml @@ -3,6 +3,9 @@ name = "zcash_history" version = "0.0.1" authors = ["NikVolf "] edition = "2018" +license = "MIT/Apache-2.0" +documentation = "https://docs.rs/zcash_history/" +description = "Library for Zcash blockchain history tools" [dev-dependencies] assert_matches = "1.3.0"