mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
signal: Add badges/categories
This commit is contained in:
committed by
Carl Lerche
parent
4afef9391a
commit
8e58a9d8d4
@@ -9,6 +9,11 @@ documentation = "https://docs.rs/tokio-signal/0.1"
|
|||||||
description = """
|
description = """
|
||||||
An implementation of an asynchronous Unix signal handling backed futures.
|
An implementation of an asynchronous Unix signal handling backed futures.
|
||||||
"""
|
"""
|
||||||
|
categories = ["asynchronous"]
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "alexcrichton/tokio-signal" }
|
||||||
|
appveyor = { repository = "alexcrichton/tokio-signal" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-core = "0.1.4"
|
tokio-core = "0.1.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user