From 3ab8da6c651419628820e6f483551a3b3026a27f Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 24 Nov 2015 21:24:00 +0100 Subject: [PATCH] Metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5c16a030d..9cba70e84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,7 @@ [package] +description = "Ethcore utility library" +homepage = "ethcore.io" +licence = "GPL-3.0" name = "ethcore-util" version = "0.1.0" authors = ["Ethcore "]