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

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

[dependencies]