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" 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