From 70279751eed4d54adee37f739d921757b6c2e302 Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 13 Apr 2023 22:48:38 +0900 Subject: [PATCH] describe `ratatui` crate support in readme --- Cargo.toml | 4 ++-- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b1b5b7..cb7a6d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.56.1" authors = ["rhysd "] description = """ -tui-textarea is a simple yet powerful text editor widget for tui-rs. Multi-line +tui-textarea is a simple yet powerful text editor widget for tui-rs and ratatui. Multi-line text editor can be easily put as part of your TUI application. """ license = "MIT" @@ -13,7 +13,7 @@ homepage = "https://github.com/rhysd/tui-textarea#readme" repository = "https://github.com/rhysd/tui-textarea" readme = "README.md" categories = ["text-editors", "text-processing"] -keywords = ["tui", "textarea", "editor", "input", "edit"] +keywords = ["tui", "textarea", "editor", "input", "edit", "ratatui"] include = [ "/src", "/examples", diff --git a/README.md b/README.md index 6d80f53..cf3966b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ tui-textarea [![docs][doc-badge]][doc] [![CI][ci-badge]][ci] -[tui-textarea][crate] is a simple yet powerful text editor widget like `