1
0
Files
surface-dial-linux/Cargo.toml
Daniel Prilik cf1b0a4eb4 add scroll + notifications
oh my god it took far too long to get notifications working...
2020-10-29 19:35:10 -04:00

11 lines
298 B
TOML

[package]
name = "surface-dial-daemon"
version = "0.1.0"
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
edition = "2018"
[dependencies]
# custom fork which implements `Send` on UInputDevice
evdev-rs = { git = "https://github.com/daniel5151/evdev-rs.git", sha = "cc9060d" }
notify-rust = "4"