Files
RedBear-OS/pcid/Cargo.toml
T
Dan Robertson 4d349192da Allow PCI Config space parsing to handle types
- Update the PCI config space parsing to be able to handle multiple
   types.
 - Use a trait to abstract out reading from the config space in order to
   allow testing/fuzzing of the parser.
2018-02-27 22:46:30 +00:00

12 lines
163 B
TOML

[package]
name = "pcid"
version = "0.1.0"
[dependencies]
bitflags = "1.0"
byteorder = "1.2"
redox_syscall = "0.1"
serde = "1.0"
serde_derive = "1.0"
toml = "0.4"