aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 39d925f4dd21d21b75227628ca2a4ceffe8b4f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ttyrec"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

description = "reads and writes ttyrec files"
license = "MIT"
repository = "https://git.tozt.net/ttyrec"
readme = "README.md"
keywords = ["ttyrec"]
categories = ["parser-implementations"]

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