aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-05 19:37:42 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-05 19:37:42 -0500
commitf6d8f7d72bb8bd54350f74b75ea0b8d2ecd55ccd (patch)
tree6aace9bc2cb94cd5ced7f2488f272abe211b926f /Cargo.toml
parentd9611e009279eeb74d642f72adab9621577b33c8 (diff)
downloadttyrec-bin-f6d8f7d72bb8bd54350f74b75ea0b8d2ecd55ccd.tar.gz
ttyrec-bin-f6d8f7d72bb8bd54350f74b75ea0b8d2ecd55ccd.zip
metadata and readmev0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40326d4..02a2ea0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,14 @@
[package]
name = "ttyrec-bin"
version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2021"
+description = "record and play back ttyrec files"
+repository = "https://git.tozt.net/ttyrec-bin"
+readme = "README.md"
+keywords = ["ttyrec"]
+categories = ["command-line-utilities"]
license = "MIT"
[dependencies]