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"