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"