Rust XHCI scaffolding
This commit is contained in:
parent
38725f4973
commit
924f5a763c
13 changed files with 59 additions and 31 deletions
10
rust/Cargo.lock
generated
10
rust/Cargo.lock
generated
|
|
@ -161,7 +161,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"mammoth",
|
||||
"victoriafalls",
|
||||
"voyageurs",
|
||||
"voyageurs_client",
|
||||
"yellowstone-yunq",
|
||||
]
|
||||
|
||||
|
|
@ -192,6 +192,13 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "voyageurs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"mammoth",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "voyageurs_client"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"mammoth",
|
||||
"yellowstone-yunq",
|
||||
|
|
@ -206,7 +213,6 @@ dependencies = [
|
|||
"denali_client",
|
||||
"mammoth",
|
||||
"victoriafalls",
|
||||
"voyageurs",
|
||||
"yellowstone-yunq",
|
||||
"yunq",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue