Files
RedBear-OS/vesad/Cargo.toml
T
2023-07-18 11:01:16 +02: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.3"
redox-daemon = "0.1"
common = { path = "../common" }
inputd = { path = "../inputd" }
[features]
default = []