From a427280cfaf778df410c6f1dee86d47825402cca Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Thu, 23 Oct 2025 10:38:26 +0200 Subject: [PATCH 1/2] Prep cargo toml for crates --- Cargo.lock | 2 +- Cargo.toml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6645f7d..e02a739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,7 +2518,7 @@ dependencies = [ [[package]] name = "pubky-cli" -version = "0.1.0" +version = "0.1.0-rc.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index fcc07b0..3684853 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "pubky-cli" -version = "0.1.0" +version = "0.1.0-rc.1" edition = "2024" +description = "Command-line utility for interacting with Pubky homeservers" +license = "MIT" +repository = "https://github.com/pubky/pubky-cli" +readme = "README.md" +keywords = ["pubky", "cli"] +categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.99" From 02c2dbc714701521d629015f810f0873319dfc97 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Thu, 23 Oct 2025 10:47:17 +0200 Subject: [PATCH 2/2] CI status badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b3fd40..9a178e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Pubky Homeserver CLI +# Pubky CLI + +[![CI](https://github.com/pubky/pubky-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/pubky/pubky-cli/actions/workflows/ci.yml) A Rust-based command line companion for interacting with Pubky homeservers. It wraps both the admin and user-facing APIs, reusing the official `pubky` SDK (`0.6.0-rc.6`) and the