1
0

add barebones on-disk mode persistance

This commit is contained in:
Daniel Prilik
2020-10-31 00:15:34 -04:00
parent d14a92dfe5
commit 82e08c8e4a
6 changed files with 101 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ 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"] }