aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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 1ab6844..b04deea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,13 @@ version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
+description = "share your terminals!"
+repository = "https://git.tozt.net/teleterm"
+readme = "README.md"
+keywords = ["terminal", "streaming"]
+categories = ["command-line-utilities"]
+license = "MIT"
+
[dependencies]
bytes = "0.4"
clap = "2"