From fcdeb0e5d677e2791635780fb7d3f2f552e51e45 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 23 Jan 2017 20:15:49 -0800 Subject: [PATCH] Update crates.io metadata --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 42b43b124..299799051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"