[Teton] Move console/shell to rust. WIP

This commit is contained in:
Drew Galbraith 2024-08-12 11:35:54 -07:00
parent 76f8795a46
commit 18e512cf1f
17 changed files with 409 additions and 5 deletions

20
rust/Cargo.lock generated
View file

@ -117,6 +117,15 @@ dependencies = [
"yunq",
]
[[package]]
name = "teton"
version = "0.1.0"
dependencies = [
"mammoth",
"victoriafalls",
"yellowstone",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
@ -129,6 +138,17 @@ version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
[[package]]
name = "victoriafalls"
version = "0.1.0"
dependencies = [
"mammoth",
"yellowstone",
"yunq",
"yunq-derive",
"yunqc",
]
[[package]]
name = "yellowstone"
version = "0.1.0"