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