mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
process: Update Cargo.toml
This commit is contained in:
parent
ff5381de8d
commit
4d639e246b
15
Cargo.toml
15
Cargo.toml
@ -5,21 +5,16 @@ name = "tokio-process"
|
|||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "X.Y.Z" git tag.
|
# - Create "X.Y.Z" git tag.
|
||||||
version = "0.2.4"
|
version = "0.2.4"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Petkov <ivanppetkov@gmail.com>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT"
|
||||||
repository = "https://github.com/alexcrichton/tokio-process"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://github.com/alexcrichton/tokio-process"
|
homepage = "https://github.com/tokio-rs/tokio"
|
||||||
documentation = "https://docs.rs/tokio-process"
|
documentation = "https://docs.rs/tokio-process/0.2.4/tokio_process"
|
||||||
description = """
|
description = """
|
||||||
An implementation of an asynchronous process management backed futures.
|
An implementation of an asynchronous process management backed futures.
|
||||||
"""
|
"""
|
||||||
categories = ["asynchronous"]
|
categories = ["asynchronous"]
|
||||||
|
|
||||||
[badges]
|
|
||||||
travis-ci = { repository = "alexcrichton/tokio-process" }
|
|
||||||
appveyor = { repository = "alexcrichton/tokio-process" }
|
|
||||||
codecov = { repository = "alexcrichton/tokio-process" }
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1.11"
|
futures = "0.1.11"
|
||||||
tokio-io = "0.1"
|
tokio-io = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user