Exclude certain files from package

This commit is contained in:
ticki 2016-07-24 01:08:33 +02:00
parent 7aa50d3077
commit c202c0405d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ description = "A bindless library for manipulating terminals."
repository = "ticki/termion"
license = "MIT"
keywords = ["tty", "color", "terminal", "console", "tui", "size", "cursor", "clear", "ansi", "escape", "codes", "termios", "truecolor", "mouse", "isatty", "raw", "text", "password", "redox", "async"]
exclude = ["target", "CHANGELOG.md", "image.png", "Cargo.lock"]
[target.'cfg(not(target_os = "redox"))'.dependencies]
libc = "0.2.8"