aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-04 09:22:39 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-04 09:22:39 -0500
commitb042d63314b891ab5244b4e93cf2e9b1a88fba14 (patch)
tree8f9d13ac2c6708d339029892390a894b17ba9002 /Cargo.toml
parent8cd3ca2c07b29e61f18c0c34db8b34b36a42e03b (diff)
downloadvt100-rust-b042d63314b891ab5244b4e93cf2e9b1a88fba14.tar.gz
vt100-rust-b042d63314b891ab5244b4e93cf2e9b1a88fba14.zip
clippy
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d68299b..fa4317c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ homepage = "https://github.com/doy/vt100-rust"
repository = "https://github.com/doy/vt100-rust"
readme = "README.md"
keywords = ["terminal", "vt100"]
+categories = ["command-line-interface", "encoding"]
license = "MIT"
[dependencies]