Update crates.io metadata

This commit is contained in:
Alex Crichton
2017-01-23 20:15:49 -08:00
parent 75fe37bc8c
commit fcdeb0e5d6
+5
View File
@@ -10,6 +10,11 @@ description = """
Core I/O and event loop primitives for asynchronous I/O in Rust. Foundation for
the rest of the tokio crates.
"""
categories = ["asynchronous"]
[badges]
travis-ci = { repository = "tokio-rs/tokio-core" }
appveyor = { repository = "alexcrichton/tokio-core" }
[dependencies]
futures = "0.1.9"