aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: a1d2b8e54e52e83ff7d13a27c2230ecfc9baba8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tokio-terminal-resize"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

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