aboutsummaryrefslogblamecommitdiffstats
path: root/Cargo.toml
blob: 1c42d46fadf18fdbc5a32f150a0c6f06e20f64cb (plain) (tree)
1
2
3
4
5
6





                                         






                                                         
              




                                                      
[package]
name = "tokio-terminal-resize"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

description = "a stream of terminal resize events"
license = "MIT"
repository = "https://git.tozt.net/tokio-terminal-resize"
readme = "README.md"
keywords = ["terminal", "size", "sigwinch"]
categories = ["asynchronous"]

[dependencies]
futures = "0.1.29"
snafu = { version = "0.5", features = ["futures-01"] }
term_size = "0.3"
tokio = "0.1.22"
tokio-signal = "0.2"