From 71b84a24d446d096038763ae8e8114105630704f Mon Sep 17 00:00:00 2001 From: debris Date: Fri, 29 Dec 2017 17:21:04 +0100 Subject: [PATCH] updated fixed-hash manifest --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 02e6015..968ea2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "fixed-hash" version = "0.1.0" authors = ["debris "] +license = "MIT" +homepage = "https://github.com/paritytech/primitives" +description = "Fixed-size hashes" [dependencies] heapsize = { version = "0.4", optional = true }