summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2024-03-15 18:48:24 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2024-03-15 18:48:24 -0400
commitb28fe3b8d2ec5d74499563d169e58153cfb42f5a (patch)
tree471709f82803aa61ead729b5799b19477606072d
parent9339b90cd4a8b26aaa57d63b90c633f427990745 (diff)
add ratatui to tags
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8152053..5b87480 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ homepage = "https://github.com/kamiyaa/joshuto"
repository = "https://github.com/kamiyaa/joshuto"
license = "LGPL-3.0"
edition = "2021"
-keywords = ["tui-rs", "ranger", "file_manager", "termion"]
+keywords = ["ratatui", "ranger", "file_manager", "termion"]
categories = ['command-line-interface', 'command-line-utilities']
[profile.release]