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]
|
2024-02-10 23:21:11 +01:00
|
|
|
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"
|