mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +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"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/alexcrichton/tokio-process"
|
repository = "https://github.com/alexcrichton/tokio-process"
|
||||||
homepage = "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 = """
|
description = """
|
||||||
An implementation of an asynchronous process management backed futures.
|
An implementation of an asynchronous process management backed futures.
|
||||||
"""
|
"""
|
||||||
|
categories = ["asynchronous"]
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "alexcrichton/tokio-process" }
|
||||||
|
appveyor = { repository = "alexcrichton/tokio-process" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-core = "0.1.2"
|
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://ci.appveyor.com/project/alexcrichton/tokio-process)
|
||||||
[](https://crates.io/crates/tokio-process)
|
[](https://crates.io/crates/tokio-process)
|
||||||
|
|
||||||
[Documentation](https://docs.rs/tokio-process/0.1)
|
[Documentation](https://docs.rs/tokio-process)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -81,6 +81,7 @@
|
|||||||
//! be regained with the `Child::forget` method.
|
//! be regained with the `Child::forget` method.
|
||||||
|
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
#![doc(html_root_url = "https://docs.rs/tokio-process/0.1")]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate futures;
|
extern crate futures;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user