redox/drivers/rtl8168d/Cargo.toml

15 lines
360 B
TOML
Raw Normal View History

[package]
name = "rtl8168d"
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/" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }