aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 16:29:17 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 16:29:17 -0500
commitda890cfedbfc85e731a2604bdc66032a50b834f4 (patch)
treee9e8b0302442fa331809c8768c73cc8768997860
parentb8eff010d34376cdc1c406083d9cf150032bb236 (diff)
downloadvt100-rust-da890cfedbfc85e731a2604bdc66032a50b834f4.tar.gz
vt100-rust-da890cfedbfc85e731a2604bdc66032a50b834f4.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 28665d6..3b85c8e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ readme = "README.md"
keywords = ["terminal", "vt100"]
categories = ["command-line-interface", "encoding"]
license = "MIT"
+include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
itoa = "1.0.1"