aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-06 03:10:41 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-06 03:10:41 -0500
commit2c6a034e35edeadc212d2de7728ef7f94bf4f1b5 (patch)
treedfd113e947e54d514d3d849ed37f425bc41cb9a3 /Cargo.toml
parent1a6ada9a4df3b33ef111d807ffbd61ba5ee326ba (diff)
downloadpty-process-2c6a034e35edeadc212d2de7728ef7f94bf4f1b5.tar.gz
pty-process-2c6a034e35edeadc212d2de7728ef7f94bf4f1b5.zip
add crate metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 <doy@tozt.net>"]
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"