mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
process: Update doc urls and metadata
This commit is contained in:
+6
-1
@@ -5,10 +5,15 @@ authors = ["Alex Crichton <[email protected]>"]
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user