Files
RedBear-OS/ahcid/Cargo.toml
T
Ian Douglas Scott c78d4dcff0 ahci: atapi support (incomplete)
It can currently retrieve the capacity; no reads or writes yet.
2018-01-02 23:03:54 -08:00

10 lines
129 B
TOML

[package]
name = "ahcid"
version = "0.1.0"
[dependencies]
bitflags = "0.7"
spin = "0.4"
redox_syscall = "0.1"
byteorder = "1.2"