Skip to content

Commit

Permalink
Ready to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sugyan committed Nov 10, 2023
1 parent 5a8e0ff commit 932c7a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions atrium-xrpc-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[package]
name = "atrium-xrpc-client"
version = "0.1.0"
authors = ["sugyan <sugi1982+github@gmail.com>"]
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"
Expand Down
5 changes: 5 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 932c7a0

Please sign in to comment.