Move to bitfield structs for AHCI info.
This commit is contained in:
parent
8dfd57b411
commit
67546664ed
5 changed files with 202 additions and 3 deletions
12
rust/Cargo.lock
generated
12
rust/Cargo.lock
generated
|
|
@ -8,6 +8,17 @@ version = "1.3.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
||||
|
||||
[[package]]
|
||||
name = "bitfield-struct"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de05f8756f1c68937349406d4632ae96ae35901019b5e59c508d9c38c64715fb"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "convert_case"
|
||||
version = "0.6.0"
|
||||
|
|
@ -21,6 +32,7 @@ dependencies = [
|
|||
name = "denali"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bitfield-struct",
|
||||
"mammoth",
|
||||
"yellowstone-yunq",
|
||||
"yunq",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue