From eb310bd6f04daf97c8d2539d6f0379fb698295bc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2019 15:34:59 -0400 Subject: metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a1d2b8e..1c42d46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,13 @@ version = "0.1.0" authors = ["Jesse Luehrs "] 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"] } -- cgit v1.2.3-54-g00ecf