b50437af8a
2018 edition upgrade & fixes for a bunch of 'future error warnings' Actually upgrading all crates to 2018 edition
11 lines
287 B
TOML
11 lines
287 B
TOML
[package]
|
|
name = "rtl8168d"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bitflags = "0.7"
|
|
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git", branch = "redox-unix" }
|
|
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
|
|
redox_syscall = "0.1"
|