Skip to content

Commit

Permalink
Merge branch 'main' into other_jwt_claims
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 authored Jul 30, 2024
2 parents 7f29b73 + 3da89ca commit f6bed75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["DarrenBaldwin07"]
description = "The official community Rust SDK for the Clerk API"
repository = "https://github.com/DarrenBaldwin07/clerk-rs"
homepage = "https://github.com/DarrenBaldwin07/clerk-rs"
readme = "README.md"
keywords = ["clerk", "auth", "actix", "axum", "sdk"]
license = "MIT"
edition = "2021"
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<a href="https://crates.io/crates/clerk-rs">
<img src="https://img.shields.io/crates/v/clerk-rs.svg?style=flat-square" alt="crates.io" />
</a>
<a href="https://crates.io/crates/clerk-rs">
<img src="https://img.shields.io/crates/d/clerk-rs.svg?style=flat-square"
alt="download count badge" />
</a>
[![crates.io](https://img.shields.io/crates/v/clerk-rs?style=flat-square)](https://crates.io/crates/clerk-rs)
[![Downloads](https://img.shields.io/crates/d/clerk-rs.svg?style=flat-square)](https://crates.io/crates/clerk-rs)
[![docs.rs](https://img.shields.io/docsrs/clerk-rs?style=flat-square)](https://docs.rs/clerk-rs)

# A official community-maintained Clerk SDK for Rust

Expand Down

0 comments on commit f6bed75

Please sign in to comment.