From 6be2a9d190d97266e3e6df4f570c04a79e241637 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Sun, 3 Jan 2021 18:51:09 +0100 Subject: [PATCH] chore(cargo): use include instead of exclude --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba61663..1d2f7c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,7 @@ keywords = ["tui", "terminal", "tree", "widget"] license = "MIT" readme = "readme.md" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" - -exclude = [".github"] +include = ["src/**/*", "readme.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html