Add info to send the project to crates.io

main
kirbylife 2026-07-26 00:38:45 -06:00
parent d52e3fef93
commit 363bbbdf2b
1 changed files with 8 additions and 1 deletions

View File

@ -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 <hola@kirbylife.dev>"]
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"