aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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]