aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 59166a7fb2f878f8e3c79aba8eb96ae5fb26256d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "ttyrec"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
futures = "0.1.29"
snafu = "0.5"
tokio = "0.1.22"