Files
RedBear-OS/ihdad/Cargo.toml
T
2022-11-19 08:18:51 -07:00

16 lines
279 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.3"
spin = "0.9"
pcid = { path = "../pcid" }