[Yellowstone] Wireframe for moving yellowstone to rust.

This commit is contained in:
Drew Galbraith 2024-08-17 20:19:45 -07:00
parent 0aa4a1f5f1
commit c9b484089e
24 changed files with 265 additions and 25 deletions

30
rust/Cargo.lock generated
View file

@ -17,6 +17,16 @@ dependencies = [
"unicode-segmentation",
]
[[package]]
name = "denali"
version = "0.1.0"
dependencies = [
"mammoth",
"yunq",
"yunq-derive",
"yunqc",
]
[[package]]
name = "linked_list_allocator"
version = "0.10.5"
@ -113,7 +123,7 @@ name = "testbed"
version = "0.1.0"
dependencies = [
"mammoth",
"yellowstone",
"yellowstone-yunq",
"yunq",
]
@ -124,7 +134,7 @@ dependencies = [
"mammoth",
"victoriafalls",
"voyageurs",
"yellowstone",
"yellowstone-yunq",
]
[[package]]
@ -144,7 +154,7 @@ name = "victoriafalls"
version = "0.1.0"
dependencies = [
"mammoth",
"yellowstone",
"yellowstone-yunq",
"yunq",
"yunq-derive",
"yunqc",
@ -155,7 +165,7 @@ name = "voyageurs"
version = "0.1.0"
dependencies = [
"mammoth",
"yellowstone",
"yellowstone-yunq",
"yunq",
"yunq-derive",
"yunqc",
@ -164,6 +174,18 @@ dependencies = [
[[package]]
name = "yellowstone"
version = "0.1.0"
dependencies = [
"denali",
"mammoth",
"victoriafalls",
"voyageurs",
"yellowstone-yunq",
"yunq",
]
[[package]]
name = "yellowstone-yunq"
version = "0.1.0"
dependencies = [
"mammoth",
"yunq",