mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
14 lines
369 B
TOML
14 lines
369 B
TOML
[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"
|