Rust XHCI scaffolding

This commit is contained in:
Drew 2025-05-18 19:11:52 -07:00
parent 38725f4973
commit 924f5a763c
13 changed files with 59 additions and 31 deletions

10
rust/Cargo.lock generated
View file

@ -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",
]