aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 16:32:17 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 16:32:17 -0500
commit60ca1162956273921f9d1265bd4ec9ad30d33205 (patch)
tree17a2f285e7752080ca6af9494fe4d5526a671070
parent2a38d87947dd44c66c6d2be27086a80cfa8adef6 (diff)
downloadttyrec-bin-60ca1162956273921f9d1265bd4ec9ad30d33205.tar.gz
ttyrec-bin-60ca1162956273921f9d1265bd4ec9ad30d33205.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 cf27771..6cc8f90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["ttyrec"]
categories = ["command-line-utilities"]
license = "MIT"
+include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
anyhow = "1.0.51"