ee2a36b889
It is never enabled and would add a fair amount of complexity to a system service which has effective root access despite sandboxing due to being able to read and write display contents and input device events.
17 lines
245 B
TOML
17 lines
245 B
TOML
[package]
|
|
name = "vesad"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
orbclient = "0.3.27"
|
|
ransid = "0.4"
|
|
redox_syscall = "0.4"
|
|
redox-daemon = "0.1"
|
|
|
|
common = { path = "../common" }
|
|
inputd = { path = "../inputd" }
|
|
|
|
[features]
|
|
default = []
|