You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rusty-keys/Cargo.toml

33 lines
646 B
TOML

7 years ago
[package]
name = "rusty-keys"
6 years ago
version = "0.0.2"
7 years ago
authors = ["moparisthebest <admin@moparisthebest.com>"]
license = "AGPL-3.0"
7 years ago
description = "Linux keyboard mapper"
repository = "https://code.moparisthebest.com/moparisthebest/rusty-keys"
keywords = ["linux", "input", "keyboard", "keymapper"]
7 years ago
exclude = [
"keymap.orig.toml",
]
7 years ago
[dependencies]
libc = "0.2"
nix = "0.5"
uinput-sys = "0.1"
getopts = "0.2.15"
toml = "0.4.5"
serde_derive = "1.0.11"
serde = "1.0.11"
inotify = "0.5.0"
7 years ago
[dependencies.libudev]
optional = true
version = "0.2"
[features]
default = ["udev"]
udev = ["libudev"]