lib-nested/display-server-tty/Cargo.toml

14 lines
374 B
TOML

[package]
authors = ["Michael Sippel <micha@fragmental.art>"]
name = "display-server-tty"
version = "0.1.0"
edition = "2018"
[dependencies]
nested = { path = "../lib-nested-core" }
nested-tty = { path = "../lib-nested-tty" }
termion = "1.5.5"
cgmath = { version = "0.18.0", features = ["serde"] }
serde = { version = "1.0", features = ["serde_derive"] }
bincode = "1.3.3"