Michael Sippel
33e97ed5e3
- move initialization of edittree-hook into lib-nested-tty - split examples into separate digit/string examples
19 lines
473 B
TOML
19 lines
473 B
TOML
[package]
|
|
name = "tty-03-string"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
laddertypes = { path = "../../../lib-laddertypes" }
|
|
r3vi = { path = "../../../lib-r3vi" }
|
|
nested = { path = "../../lib-nested-core" }
|
|
nested-tty = { path = "../../lib-nested-tty" }
|
|
termion = "*"
|
|
cgmath = "*"
|
|
|
|
[dependencies.async-std]
|
|
version = "1.9.0"
|
|
features = ["unstable", "attributes"]
|
|
|