Add exclude to Cargo.toml
This commit is contained in:
parent
5da37ca1d5
commit
02fdb4cf49
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user