process: Initial commit

This commit is contained in:
Alex Crichton
2019-06-24 16:56:41 -07:00
committed by Ivan Petkov
commit 97508096fa
6 changed files with 310 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "tokio-process"
version = "0.1.0"
authors = ["Alex Crichton <[email protected]>"]
[dependencies]
tokio-core = { git = "https://github.com/tokio-rs/tokio-core" }
futures = { git = "https://github.com/alexcrichton/futures-rs" }
[target.'cfg(unix)'.dependencies]
libc = "0.2"
tokio-signal = { git = "https://github.com/alexcrichton/tokio-signal" }