redox/drivers/e1000d/Cargo.toml

12 lines
275 B
TOML
Raw Normal View History

2016-10-08 04:18:05 +02:00
[package]
name = "e1000d"
2016-10-08 04:18:05 +02:00
version = "0.1.0"
[dependencies]
bitflags = "*"
dma = { path = "../../crates/dma/" }
event = { path = "../../crates/event/" }
io = { path = "../../crates/io/" }
2016-10-23 03:13:57 +02:00
netutils = { path = "../../programs/netutils/" }
2016-10-08 04:18:05 +02:00
syscall = { path = "../../syscall/" }