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

17 lines
311 B
TOML
Executable File

[package]
name = "ihdad"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1"
log = "0.4"
redox-daemon = "0.1"
redox-log = "0.1"
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.4"
spin = "0.9"
common = { path = "../common" }
pcid = { path = "../pcid" }