Rename crate to tokio

This commit is contained in:
Carl Lerche
2017-10-30 16:37:00 -07:00
committed by Alex Crichton
parent 25f30c91c4
commit 36aaaa1520
30 changed files with 92 additions and 92 deletions
+7 -7
View File
@@ -1,11 +1,11 @@
[package]
name = "tokio-core"
version = "0.1.10"
authors = ["Alex Crichton <[email protected]>"]
name = "tokio"
version = "0.1.0"
authors = ["Tokio Authors <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio-core"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-core/0.1"
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.
@@ -13,8 +13,8 @@ the rest of the tokio crates.
categories = ["asynchronous"]
[badges]
travis-ci = { repository = "tokio-rs/tokio-core" }
appveyor = { repository = "alexcrichton/tokio-core" }
travis-ci = { repository = "tokio-rs/tokio" }
appveyor = { repository = "alexcrichton/tokio" }
[dependencies]
bytes = "0.4"