mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
process: Add metadata info
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
name = "tokio-process"
|
||||
version = "0.1.0"
|
||||
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://alexcrichton.github.io/tokio-process"
|
||||
description = """
|
||||
An implementation of an asynchronous process management backed futures.
|
||||
"""
|
||||
|
||||
[dependencies]
|
||||
tokio-core = { git = "https://github.com/tokio-rs/tokio-core" }
|
||||
|
||||
Reference in New Issue
Block a user