Typing in terminal is now supported in rust teton.
This commit is contained in:
parent
18e512cf1f
commit
f04e720811
15 changed files with 489 additions and 13 deletions
12
rust/Cargo.lock
generated
12
rust/Cargo.lock
generated
|
|
@ -123,6 +123,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"mammoth",
|
||||
"victoriafalls",
|
||||
"voyageurs",
|
||||
"yellowstone",
|
||||
]
|
||||
|
||||
|
|
@ -149,6 +150,17 @@ dependencies = [
|
|||
"yunqc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "voyageurs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"mammoth",
|
||||
"yellowstone",
|
||||
"yunq",
|
||||
"yunq-derive",
|
||||
"yunqc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "yellowstone"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue