1
0
Files
surface-dial-linux/Cargo.toml
2020-10-31 00:16:16 -04:00

14 lines
438 B
TOML

[package]
name = "surface-dial-daemon"
version = "0.1.0"
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
edition = "2018"
[dependencies]
directories = "3.0"
# master includes a PR that implements `Send` for `Device` and `UInputDevice`
evdev-rs = { git = "https://github.com/ndesh26/evdev-rs.git" }
hidapi = { version = "1.2.3", default-features = false, features = ["linux-shared-hidraw"] }
notify-rust = "4"
signal-hook = "0.1.16"