From dc9426c8a5f352cead610d763750de1e7acbd210 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 5 Mar 2025 09:28:04 -0500 Subject: [PATCH] Update README for archiving --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1615fb3..ec41364 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # ranban -A simple TUI implementation of a Kanban board using Rust. \ No newline at end of file +A simple TUI implementation of a Kanban board using Rust. + +**Note:** This was primarily a way for me to mess around with developing TUI libraries in Rust. I've archived this project because I have since switched to just a handwritten todo list. This was still a good experience learning Ratatui if I ever need it again in the future.