From 14161f51e4ab020627820f13f6698904d20e6a55 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 14 Aug 2017 15:20:44 -0700 Subject: [PATCH] Update exclude pattern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3dca89..17454c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ build = "build.rs" categories = ["command-line-interface", "gui"] description = "A TUI (Text User Interface) library focused on ease-of-use." documentation = "https://gyscos.github.io/Cursive/cursive/index.html" -exclude = ["doc", "assets"] +exclude = ["doc/**", "assets/**"] keywords = ["ncurses", "TUI", "UI"] license = "MIT" name = "cursive"