liveterm/Cargo.toml
2020-11-19 10:11:23 -06:00

20 lines
538 B
TOML

[package]
name = "asciinema"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[dependencies]
anyhow = "1.0.28"
futures = "0.3.4"
libc = "0.2.68"
nix = "0.17.0"
parking_lot = "0.10.1"
serde = "1.0.106"
serde_derive = "1.0.106"
serde_json = "1.0.51"
signal-hook = "0.1.13"
termios = "0.3.2"
thiserror = "1.0.22"
tokio = { version = "0.2.16", features = ["fs", "io-std", "macros", "process", "rt-core", "rt-threaded", "rt-util", "sync", "time"] }
tokio-util = { version = "0.3.1", features = ["codec"] }