From 2c6a034e35edeadc212d2de7728ef7f94bf4f1b5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 6 Mar 2021 03:10:41 -0500 Subject: add crate metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd97a8f..e044317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,13 @@ version = "0.1.0" authors = ["Jesse Luehrs "] edition = "2018" +description = "spawn commands attached to a pty" +repository = "https://git.tozt.net/pty-process" +readme = "README.md" +keywords = ["pty", "spawn", "execute", "process"] +categories = ["asynchronous", "command-line-interface"] +license = "MIT" + [dependencies] libc = "0.2" nix = "0.20" -- cgit v1.2.3-54-g00ecf