mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-03 00:00:05 +02:00
signal: Upgrade ctrl+c example into cargo run-able version with proper Cargo.toml
This commit is contained in:
committed by
Carl Lerche
parent
010c2223ca
commit
48eda3fe2f
@@ -0,0 +1,9 @@
|
|||||||
|
[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"
|
||||||
Reference in New Issue
Block a user