From 9c866b92bdf589980bb16e2ad77100f9e4c65768 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2021 16:31:52 -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 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" -- cgit v1.2.3