From 363bbbdf2bc59e0b002dea7b77ddc1daf3bb5a84 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Sun, 26 Jul 2026 00:38:45 -0600 Subject: [PATCH] Add info to send the project to crates.io --- Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e063239..6745545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,14 @@ name = "sshmngrs" version = "0.1.0" edition = "2024" -description = "A fast and powerful SSH connection manager" +description = "A fast and simple SSH connection manager" +authors = ["kirbylife "] +license = "WTFPL" +readme = "README.md" +repository = "https://git.kirbylife.dev/kirbylife/sshmngrs" +homepage = "https://git.kirbylife.dev/kirbylife/sshmngrs" +keywords = ["ssh", "tui", "ratatui", "terminal", "manager"] +categories = ["command-line-utilities"] [dependencies] ratatui = "0.30.2"