feat: add readme license and more
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kjuulh 2025-07-06 21:11:17 +02:00
parent 5c8b8d2f0f
commit 83df3f84d0

View File

@ -1,8 +1,12 @@
[package] [package]
name = "nossh" name = "nossh"
version = "0.1.0"
edition = "2024" edition = "2024"
readme = "../../README.md"
version.workspace = true
license.workspace = true
repository = "https://git.front.kjuulh.io/kjuulh/nossh"
authors = ["kjuulh <contact@kasperhermansen.com>"]
description = "A SSH endpoint finder and launcher with fuzzy history lookup and ⬢ `.ssh/config` reference."
[dependencies] [dependencies]
anyhow = "1.0.98" anyhow = "1.0.98"