Update exclude pattern

This commit is contained in:
Alexandre Bury 2017-08-14 15:20:44 -07:00
parent 4b59808f84
commit 14161f51e4

View File

@ -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"