aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 16:31:52 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 16:31:52 -0500
commit9c866b92bdf589980bb16e2ad77100f9e4c65768 (patch)
tree9988835837b424a1482afabfc29b2cc13633406e
parent94869744d2f374e2ca0b76e2d2d15622ba634b34 (diff)
downloadtextmode-9c866b92bdf589980bb16e2ad77100f9e4c65768.tar.gz
textmode-9c866b92bdf589980bb16e2ad77100f9e4c65768.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 9766480..085302c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ readme = "README.md"
keywords = ["curses", "vt100", "terminal", "tui"]
categories = ["asynchronous", "command-line-interface"]
license = "MIT"
+include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
itoa = "1.0.1"