mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +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.
|
||||
# - Create "X.Y.Z" git tag.
|
||||
version = "0.2.4"
|
||||
authors = ["Alex Crichton <alex@alexcrichton.com>", "Ivan Petkov <ivanppetkov@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/alexcrichton/tokio-process"
|
||||
homepage = "https://github.com/alexcrichton/tokio-process"
|
||||
documentation = "https://docs.rs/tokio-process"
|
||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://github.com/tokio-rs/tokio"
|
||||
documentation = "https://docs.rs/tokio-process/0.2.4/tokio_process"
|
||||
description = """
|
||||
An implementation of an asynchronous process management backed futures.
|
||||
"""
|
||||
categories = ["asynchronous"]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "alexcrichton/tokio-process" }
|
||||
appveyor = { repository = "alexcrichton/tokio-process" }
|
||||
codecov = { repository = "alexcrichton/tokio-process" }
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.11"
|
||||
tokio-io = "0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user