aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-27 08:18:50 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-27 08:18:50 -0400
commit649450762eff2d71371e176534fbe64752a3284e (patch)
tree2364d615f0642fc11ade82bf1cb8ee6bd2f385ea /Cargo.toml
parent7f2186ef75947e456cba122f511f2f5725e3eef6 (diff)
downloadttyrec-649450762eff2d71371e176534fbe64752a3284e.tar.gz
ttyrec-649450762eff2d71371e176534fbe64752a3284e.zip
metadata
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 <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"