aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 216e6bd68985311bdd0617b5034e53c7ab21e753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "vt100-test"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
crossterm = "0.13"
futures = "0.1.29"
mio = "0.6"
tokio = "0.1.22"
tokio-pty-process-stream = "0.2"
vt100 = "0.5"