currently pinned to upstream master, which is ~0.4.0, modulo some minor internal tweaks + my PR to implement Send on `Device` and `UInputDevice` https://github.com/ndesh26/evdev-rs/pull/55 It looks like there are some larger breaking changes coming down the pipeline as well? Change is always good, so I'll update whenever 0.5.0 is released as well :)
11 lines
302 B
TOML
11 lines
302 B
TOML
[package]
|
|
name = "surface-dial-daemon"
|
|
version = "0.1.0"
|
|
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
# master includes a PR that implements `Send` for `Device` and `UInputDevice`
|
|
evdev-rs = { git = "https://github.com/ndesh26/evdev-rs.git" }
|
|
notify-rust = "4"
|