Files
RedBear-OS/vesad/Cargo.toml
T
2023-09-07 20:49:37 -06:00

18 lines
293 B
TOML

[package]
name = "vesad"
version = "0.1.0"
edition = "2018"
[dependencies]
orbclient = "0.3.27"
ransid = "0.4"
rusttype = { version = "0.2", optional = true }
redox_syscall = "0.4"
redox-daemon = "0.1"
common = { path = "../common" }
inputd = { path = "../inputd" }
[features]
default = []