mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
process: Update doc urls and metadata
This commit is contained in:
parent
1aee22505a
commit
ed23a06fb1
@ -5,10 +5,15 @@ authors = ["Alex Crichton <alex@alexcrichton.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/0.2"
|
||||
documentation = "https://docs.rs/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" }
|
||||
|
||||
[dependencies]
|
||||
tokio-core = "0.1.2"
|
||||
|
@ -6,7 +6,7 @@ An implementation of process management for Tokio
|
||||
[](https://ci.appveyor.com/project/alexcrichton/tokio-process)
|
||||
[](https://crates.io/crates/tokio-process)
|
||||
|
||||
[Documentation](https://docs.rs/tokio-process/0.1)
|
||||
[Documentation](https://docs.rs/tokio-process)
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -81,6 +81,7 @@
|
||||
//! be regained with the `Child::forget` method.
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-process/0.1")]
|
||||
|
||||
#[macro_use]
|
||||
extern crate futures;
|
||||
|
Loading…
x
Reference in New Issue
Block a user