Add info to send the project to crates.io
parent
d52e3fef93
commit
363bbbdf2b
|
|
@ -2,7 +2,14 @@
|
||||||
name = "sshmngrs"
|
name = "sshmngrs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
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]
|
[dependencies]
|
||||||
ratatui = "0.30.2"
|
ratatui = "0.30.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue