process: Add metadata info

This commit is contained in:
Alex Crichton
2019-06-24 16:56:46 -07:00
committed by Ivan Petkov
parent f4f7bb232e
commit 4bd07ac6aa
6 changed files with 304 additions and 0 deletions
+7
View File
@@ -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" }