Exclude certain files from package
This commit is contained in:
parent
7aa50d3077
commit
c202c0405d
|
@ -6,6 +6,7 @@ description = "A bindless library for manipulating terminals."
|
||||||
repository = "ticki/termion"
|
repository = "ticki/termion"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["tty", "color", "terminal", "console", "tui", "size", "cursor", "clear", "ansi", "escape", "codes", "termios", "truecolor", "mouse", "isatty", "raw", "text", "password", "redox", "async"]
|
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]
|
[target.'cfg(not(target_os = "redox"))'.dependencies]
|
||||||
libc = "0.2.8"
|
libc = "0.2.8"
|
||||||
|
|
Loading…
Reference in New Issue