mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
signal: Upgrade ctrl+c example into cargo run
-able version with proper Cargo.toml
This commit is contained in:
parent
010c2223ca
commit
48eda3fe2f
9
examples/ctrl-c/Cargo.toml
Normal file
9
examples/ctrl-c/Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "ctrl-c"
|
||||
version = "0.1.0"
|
||||
authors = ["Jules Kerssemakers <jules.kerssemakers+github@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.14"
|
||||
tokio-core = "0.1.7"
|
||||
tokio-signal = "0.1"
|
Loading…
x
Reference in New Issue
Block a user