From 932c7a0ec9be83ae7c2f0db62d675bd140531407 Mon Sep 17 00:00:00 2001 From: sugyan Date: Fri, 10 Nov 2023 17:54:17 +0900 Subject: [PATCH] Ready to publish --- atrium-xrpc-client/Cargo.toml | 9 +++++++-- release-plz.toml | 5 +++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/atrium-xrpc-client/Cargo.toml b/atrium-xrpc-client/Cargo.toml index 74cdad25..91f9aff6 100644 --- a/atrium-xrpc-client/Cargo.toml +++ b/atrium-xrpc-client/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "atrium-xrpc-client" version = "0.1.0" +authors = ["sugyan "] edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "XRPC Client library for AT Protocol (Bluesky)" +documentation = "https://docs.rs/atrium-xrpc-client" +readme = "README.md" +repository = "https://github.com/sugyan/atrium" +license = "MIT" +keywords = ["atproto", "bluesky"] [dependencies] async-trait = "0.1.74" diff --git a/release-plz.toml b/release-plz.toml index 13fd37d8..f8548abf 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -12,6 +12,11 @@ name = "atrium-xrpc" publish = true changelog_update = true +[[package]] +name = "atrium-xrpc-client" +publish = true +changelog_update = true + [[package]] name = "atrium-cli" changelog_update = true