Skip to content

Commit 02fdb4c

Browse files
Add exclude to Cargo.toml
1 parent 5da37ca commit 02fdb4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description = "Linux keyboard mapper"
99
repository = "https://code.moparisthebest.com/moparisthebest/rusty-keys"
1010
keywords = ["linux", "input", "keyboard", "keymapper"]
1111

12+
exclude = [
13+
"keymap.orig.toml",
14+
]
15+
1216
[dependencies]
1317
libc = "0.2"
1418
nix = "0.5"

0 commit comments

Comments
 (0)