Rust XHCI scaffolding
This commit is contained in:
parent
38725f4973
commit
924f5a763c
13 changed files with 59 additions and 31 deletions
|
|
@ -1,16 +1,19 @@
|
|||
[workspace]
|
||||
|
||||
members = [
|
||||
"lib/client/denali_client", "lib/fs/ext2",
|
||||
"lib/mammoth", "lib/pci",
|
||||
"lib/voyageurs",
|
||||
"lib/yellowstone",
|
||||
"lib/yunq",
|
||||
"lib/yunq-test",
|
||||
"sys/denali",
|
||||
"sys/teton",
|
||||
"sys/victoriafalls",
|
||||
"sys/yellowstone",
|
||||
"usr/testbed",
|
||||
"lib/client/denali_client",
|
||||
"lib/client/voyageurs_client",
|
||||
"lib/fs/ext2",
|
||||
"lib/mammoth",
|
||||
"lib/pci",
|
||||
"lib/yellowstone",
|
||||
"lib/yunq",
|
||||
"lib/yunq-test",
|
||||
"sys/denali",
|
||||
"sys/teton",
|
||||
"sys/victoriafalls",
|
||||
"sys/voyageurs",
|
||||
"sys/yellowstone",
|
||||
"usr/testbed",
|
||||
]
|
||||
resolver = "2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue