summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2023-08-24 13:35:49 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2023-08-24 13:35:49 -0400
commit40ab1b0125c86b6554f2a23d90053c805d7a857a (patch)
tree0ed1777fcb2f259a4d75937e12ad813b21777eae /Cargo.toml
parent173d515e1e3f9df7b078360f6de028243ab5c2e4 (diff)
fix 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 f97d570..d41a15e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ repository = "https://github.com/kamiyaa/joshuto"
license = "LGPL-3.0"
edition = "2021"
keywords = ["tui-rs", "ranger", "file_manager", "termion"]
+categories = ['command-line-interface', 'command-line-utilities']
[dependencies]
ansi-to-tui = { version = "^3.1.0", optional = true }