From e74b728ecf0bc73263eb73da3e7e2d4a37006df3 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 7 Sep 2016 00:05:45 -0700 Subject: [PATCH] Update Cargo metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 268883199..b55545168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "tokio-signal" version = "0.1.0" authors = ["Alex Crichton "] +license = "MIT/Apache-2.0" +repository = "https://github.com/alexcrichton/tokio-signal" +homepage = "https://github.com/alexcrichton/tokio-signal" +documentation = "https://alexcrichton.github.io/tokio-signal" +description = """ +An implementation of an asynchronous Unix signal handling backed futures. +""" [dependencies] tokio-core = { git = "https://github.com/tokio-rs/tokio-core" }