Files
RedBear-OS/vesad/Cargo.toml
T
bjorn3 ee2a36b889 Remove rusttype support from vesad
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.
2024-01-13 16:11:36 +01:00

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 = []