Browse Source

Add exclude to Cargo.toml

macdev v0.0.1
Travis Burtrum 6 years ago
parent
commit
02fdb4cf49
  1. 4
      Cargo.toml

4
Cargo.toml

@ -9,6 +9,10 @@ description = "Linux keyboard mapper" @@ -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…
Cancel
Save