mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
Rename crate to tokio
This commit is contained in:
committed by
Alex Crichton
parent
25f30c91c4
commit
36aaaa1520
+7
-7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user