From 7a466e254f98642b9c87aa636d72bc38f2e17596 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 18 Jul 2016 00:15:40 -0700 Subject: [PATCH] Exclude "doc" and "examples" from cargo package --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4b99f03..f47d32a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ name = "cursive" readme = "Readme.md" repository = "https://github.com/gyscos/Cursive" version = "0.0.4" +exclude = ["doc", "assets"] [dependencies] ncurses = "5.80.0"