liveterm/Cargo.toml

22 lines
476 B
TOML
Raw Normal View History

2020-04-11 01:29:58 +00:00
[package]
name = "asciinema"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[dependencies]
2022-05-09 16:32:09 +00:00
anyhow = "1.0.34"
futures = "0.3.7"
libc = "0.2.80"
nix = "0.19.0"
parking_lot = "0.11.0"
serde = "1.0.117"
serde_derive = "1.0.117"
serde_json = "1.0.59"
signal-hook = "0.1.16"
structopt = "0.3.20"
termios = "0.3.3"
2020-11-19 16:11:23 +00:00
thiserror = "1.0.22"
2022-05-09 16:32:09 +00:00
tokio = { version = "0.3.3", features = ["full"] }
tokio-util = { version = "0.5.0", features = ["codec"] }