From da890cfedbfc85e731a2604bdc66032a50b834f4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2021 16:29:17 -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 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" -- cgit v1.2.3-54-g00ecf