Files
tokio/Cargo.toml
T

13 lines
368 B
TOML
Raw Normal View History

2016-09-07 00:13:11 -07:00
[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" }