Skip to content

Commit

Permalink
Add exclude to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
moparisthebest committed Sep 22, 2017
1 parent 5da37ca commit 02fdb4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 02fdb4c

Please sign in to comment.