Update Cargo metadata

This commit is contained in:
Alex Crichton
2016-09-07 00:05:45 -07:00
parent 9acd70b7e3
commit e74b728ecf
+7
View File
@@ -2,6 +2,13 @@
name = "tokio-signal" name = "tokio-signal"
version = "0.1.0" version = "0.1.0"
authors = ["Alex Crichton <[email protected]>"] authors = ["Alex Crichton <[email protected]>"]
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] [dependencies]
tokio-core = { git = "https://github.com/tokio-rs/tokio-core" } tokio-core = { git = "https://github.com/tokio-rs/tokio-core" }