From 3881362830012ee6408b6b2b7799a07e8230badf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 24 Oct 2019 15:25:25 -0400 Subject: metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1d7e7d3..8bc303c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,13 @@ version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2018" +description = "wraps tokio-pty-process in order to provide a simpler API as a single stream object" +license = "MIT" +repository = "https://git.tozt.net/tokio-pty-process-stream" +readme = "README.md" +keywords = ["pty", "futures"] +categories = ["asynchronous"] + [dependencies] component-future = "0.1" futures = "0.1" -- cgit v1.2.3-54-g00ecf