Add exclude to Cargo.toml

This commit is contained in:
Travis Burtrum 2017-09-22 00:41:51 -04:00
parent 5da37ca1d5
commit 02fdb4cf49
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ description = "Linux keyboard mapper"
repository = "https://code.moparisthebest.com/moparisthebest/rusty-keys"
keywords = ["linux", "input", "keyboard", "keymapper"]
exclude = [
"keymap.orig.toml",
]
[dependencies]
libc = "0.2"
nix = "0.5"