[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

10
rust/Cargo.lock generated
View file

@ -48,6 +48,14 @@ dependencies = [
"yunqc",
]
[[package]]
name = "ext2"
version = "0.1.0"
dependencies = [
"denali_client",
"mammoth",
]
[[package]]
name = "linked_list_allocator"
version = "0.10.5"
@ -163,6 +171,8 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
name = "victoriafalls"
version = "0.1.0"
dependencies = [
"denali_client",
"ext2",
"mammoth",
"yellowstone-yunq",
"yunq",