[VFS] Skeleton for moving victoria falls to rust.

This commit is contained in:
Drew Galbraith 2025-02-07 18:59:00 -08:00
parent 59efb1659a
commit a806e41af0
11 changed files with 130 additions and 3 deletions

View file

@ -7,6 +7,8 @@ edition = "2021"
mammoth = { path = "../../lib/mammoth" }
yellowstone-yunq = { path = "../../lib/yellowstone" }
yunq = { path = "../../lib/yunq" }
denali_client = { path = "../../lib/client/denali_client" }
ext2 = { path = "../../lib/fs/ext2" }
[build-dependencies]
yunqc = { path = "../../../yunq/rust" }