Move victoria falls to rust, which allows us to remove both the denali and victoria falls C++ code. This disk driver appears to work properly but has highlighted some instability in the voyageus xhci implementation which now breaks.
9 lines
219 B
TOML
9 lines
219 B
TOML
[package]
|
|
name = "ext2"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
denali_client = { path = "../../client/denali_client" }
|
|
mammoth = { path = "../../mammoth" }
|
|
yellowstone-yunq = { path = "../../yellowstone/" }
|