From 4d639e246bf2c41fb526fe0935a2b7bbd5afe824 Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Mon, 24 Jun 2019 17:08:24 -0700 Subject: [PATCH] process: Update Cargo.toml --- Cargo.toml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3fbbaa902..16cd3f71d 100644 --- a/Cargo.toml +++ b/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 ", "Ivan Petkov "] -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 "] +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"