mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
Upgrade ctrl+c example into cargo run-able version with proper Cargo.toml
This commit is contained in:
@@ -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