process: Update Cargo.toml

This commit is contained in:
Ivan Petkov 2019-06-24 17:08:24 -07:00
parent ff5381de8d
commit 4d639e246b
No known key found for this signature in database
GPG Key ID: 0B431E9837056942

View File

@ -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"