From 649450762eff2d71371e176534fbe64752a3284e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2019 08:18:50 -0400 Subject: metadata --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 59166a7..39d925f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,13 @@ version = "0.1.0" authors = ["Jesse Luehrs "] 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" -- cgit v1.2.3-54-g00ecf