mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-14 00:00:12 +02:00
10 lines
192 B
TOML
10 lines
192 B
TOML
[package]
|
|
name = "ctrl-c"
|
|
version = "0.1.0"
|
|
authors = ["Jules Kerssemakers <[email protected]>"]
|
|
|
|
[dependencies]
|
|
futures = "0.1.14"
|
|
tokio-core = "0.1.7"
|
|
tokio-signal = "0.1"
|