Michael Sippel
33e97ed5e3
- move initialization of edittree-hook into lib-nested-tty - split examples into separate digit/string examples
23 lines
553 B
TOML
23 lines
553 B
TOML
[package]
|
|
authors = ["Michael Sippel <micha@fragmental.art>"]
|
|
name = "nested-tty"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
r3vi = { path = "../../lib-r3vi" }
|
|
laddertypes = { path = "../../lib-laddertypes" }
|
|
nested = { path = "../lib-nested-core" }
|
|
cgmath = { version = "0.18.0", features = ["serde"] }
|
|
serde = { version = "1.0", features = ["serde_derive"] }
|
|
termion = "2.0.3"
|
|
vte = "0.10.1"
|
|
ansi_colours = "1.0"
|
|
signal-hook = "*"
|
|
signal-hook-async-std = "*"
|
|
|
|
[dependencies.async-std]
|
|
version = "1.9.0"
|
|
features = ["unstable", "attributes"]
|
|
|
|
|