redox/drivers/ahcid/Cargo.toml
2016-09-26 17:00:06 -06:00

10 lines
148 B
TOML

[package]
name = "ahcid"
version = "0.1.0"
[dependencies]
bitflags = "*"
io = { path = "../io/" }
spin = "*"
syscall = { path = "../../syscall/" }