From 2b48b4b867a89fd134434437adee708c2a1a0043 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2021 16:30:16 -0500 Subject: remove a bunch of stuff from packaging --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 899527c..db0dfd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ repository = "https://git.tozt.net/ttyrec" readme = "README.md" keywords = ["ttyrec"] categories = ["parser-implementations"] +include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] [dependencies] futures-lite = { version = "1.12.0", optional = true } -- cgit v1.2.3-54-g00ecf