From b181b63a69d5db78769c1c3723a9940f66491466 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2021 16:31:28 -0500 Subject: remove a bunch of stuff from packaging --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf