From f9a1997d7e40cf04b876ad3b92b57cd0c55246dc Mon Sep 17 00:00:00 2001 From: Xyverle Date: Sat, 17 May 2025 15:44:23 -0400 Subject: [PATCH] cargo updates --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a22304..91669e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,8 @@ name = "neutuino" version = "0.1.0" edition = "2024" - -[dependencies] +repository = "https://github.com/Xyverle/neutuino" +description = "A minimal zero-dependancy pure-rust cross-platform TUI library" +license = "MIT" +keywords = ["tui", "cli", "input", "terminal", "color"] +categories = ["command-line-interface"]