Files
RedBear-OS/rtl8168d/Cargo.toml
T
jD91mZM2 c6b1dea60d Fix compilation
There was a version mismatch because of outdated redox_event and some issues with the Cargo.lock that `cargo update` fixed
2018-06-13 07:20:05 +02:00

10 lines
247 B
TOML

[package]
name = "rtl8168d"
version = "0.1.0"
[dependencies]
bitflags = "0.7"
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git" }
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.1"