Prepare for tokio 0.1 release (#119)

This commit is contained in:
Carl Lerche
2018-02-07 13:28:29 -08:00
committed by GitHub
parent c225b46b18
commit 23bc9d20d3
6 changed files with 28 additions and 18 deletions
+5 -4
View File
@@ -7,16 +7,17 @@ name = "tokio"
# - Create "v0.1.x" git tag.
version = "0.1.0"
authors = ["Tokio Authors <[email protected]>"]
authors = ["Carl Lerche <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio/0.1"
description = """
Core I/O and event loop primitives for asynchronous I/O in Rust. Foundation for
the rest of the tokio crates.
An event-driven, non-blocking I/O platform for writing asynchronous I/O
backed applications.
"""
categories = ["asynchronous"]
keywords = ["io", "async", "non-blocking", "futures"]
[workspace]
@@ -27,7 +28,7 @@ members = [
[badges]
travis-ci = { repository = "tokio-rs/tokio" }
appveyor = { repository = "alexcrichton/tokio" }
appveyor = { repository = "carllerche/tokio" }
[dependencies]
bytes = "0.4"