aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 16:30:16 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 16:30:16 -0500
commit2b48b4b867a89fd134434437adee708c2a1a0043 (patch)
treefbe42532467b375d8c7333cafef3ba9f41e2d14d
parentd7e5acc76b2f3f15bf3c92a518957eb612aa0f9b (diff)
downloadttyrec-2b48b4b867a89fd134434437adee708c2a1a0043.tar.gz
ttyrec-2b48b4b867a89fd134434437adee708c2a1a0043.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 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 }