Initial commit

This commit is contained in:
Alex Crichton
2016-09-06 23:00:17 -07:00
commit 50973e0734
5 changed files with 455 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[package]
name = "tokio-signal"
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]
tokio-uds = { git = "https://github.com/tokio-rs/tokio-uds" }
libc = "0.2"
mio = "0.6"