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

View file

@ -0,0 +1,12 @@
[package]
name = "voyageurs_client"
version = "0.1.0"
edition = "2021"
[dependencies]
mammoth = { path = "../../mammoth" }
yellowstone-yunq = { path = "../../yellowstone" }
yunq = { path = "../../yunq" }
[build-dependencies]
yunqc = { path = "../../../../yunq/rust" }