aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1c42d46fadf18fdbc5a32f150a0c6f06e20f64cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"