redox/drivers/ps2d/Cargo.toml
2016-10-14 12:54:37 -06:00

11 lines
205 B
TOML

[package]
name = "ps2d"
version = "0.1.0"
[dependencies]
bitflags = "*"
event = { path = "../../crates/event/" }
io = { path = "../../crates/io/" }
orbclient = "0.1"
syscall = { path = "../../syscall/" }