From 83df3f84d09c338393cf35fed027d45510ac9385 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 6 Jul 2025 21:11:17 +0200 Subject: [PATCH] feat: add readme license and more --- crates/nossh/Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/crates/nossh/Cargo.toml b/crates/nossh/Cargo.toml index 62cb3f7..06a68f7 100644 --- a/crates/nossh/Cargo.toml +++ b/crates/nossh/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "nossh" -version = "0.1.0" edition = "2024" - +readme = "../../README.md" +version.workspace = true +license.workspace = true +repository = "https://git.front.kjuulh.io/kjuulh/nossh" +authors = ["kjuulh "] +description = "A SSH endpoint finder and launcher with fuzzy history lookup and ⬢ `.ssh/config` reference." [dependencies] anyhow = "1.0.98"