b50437af8a
2018 edition upgrade & fixes for a bunch of 'future error warnings' Actually upgrading all crates to 2018 edition
10 lines
133 B
TOML
10 lines
133 B
TOML
[package]
|
|
name = "ahcid"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bitflags = "0.7"
|
|
redox_syscall = "0.1"
|
|
byteorder = "1.2"
|