lib-nested/srv-pty-capture/Cargo.toml

15 lines
388 B
TOML
Raw Normal View History

2024-01-18 19:05:25 +01:00
[package]
authors = ["Michael Sippel <micha@fragmental.art>"]
2024-06-05 02:16:09 +02:00
name = "srv-pty-capture"
2024-01-18 19:05:25 +01:00
version = "0.1.0"
edition = "2018"
[dependencies]
nested = { path = "../lib-nested-core" }
nested-tty = { path = "../lib-nested-tty" }
2024-01-18 19:05:25 +01:00
cgmath = { version = "0.18.0", features = ["serde"] }
serde = { version = "1.0", features = ["serde_derive"] }
bincode = "1.3.3"
vte = "0.10.1"
ansi_colours = "1.0"