aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 16:31:28 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 16:31:28 -0500
commitb181b63a69d5db78769c1c3723a9940f66491466 (patch)
tree3368f0e6252f21ef62508eac90bdf8416d43b04e
parentfcd49b4892454e3ae743f0a4255d0c718cb2eede (diff)
downloadpty-process-b181b63a69d5db78769c1c3723a9940f66491466.tar.gz
pty-process-b181b63a69d5db78769c1c3723a9940f66491466.zip
remove a bunch of stuff from packaging
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 592a97e..baf4b8c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["pty", "spawn", "execute", "process"]
categories = ["asynchronous", "command-line-interface"]
license = "MIT"
+include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
libc = "0.2.112"