[VFS] Skeleton for moving victoria falls to rust.
This commit is contained in:
parent
59efb1659a
commit
a806e41af0
11 changed files with 130 additions and 3 deletions
10
rust/Cargo.lock
generated
10
rust/Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue