mirror of
https://codeberg.org/icewind/evtype.git
synced 2026-06-03 17:44:07 +02:00
intitial implementation
This commit is contained in:
parent
05568cc136
commit
c49351606c
7 changed files with 961 additions and 4 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -4,6 +4,20 @@ version = "0.1.0"
|
|||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[[bin]]
|
||||
name = "evtype_daemon"
|
||||
path = "src/daemon.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "evtype"
|
||||
path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
evdev = { git = "https://github.com/myfreeweb/evdev", branch = "uinput" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
keycode = "0.3.0"
|
||||
nix = "0.9.0"
|
||||
err-derive = "0.2.3"
|
||||
dirs = "2.0.2"
|
||||
main_error = "0.1.0"
|
||||
ctrlc = "3.1.4"
|
||||
Loading…
Add table
Add a link
Reference in a new issue