2f2720263f
Take out the input coalescing from `vesad` into `inputd`. Signed-off-by: Anhad Singh <andypython@protonmail.com>
13 lines
231 B
TOML
13 lines
231 B
TOML
[package]
|
|
name = "inputd"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Anhad Singh <andypython@protonmail.com>"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
log = "0.4.19"
|
|
redox-daemon = "0.1.0"
|
|
redox-log = "0.1.1"
|
|
redox_syscall = "0.3.5"
|