From 0c63c79daa1fe2b36018fd7dad2ae55a9e9ac61b Mon Sep 17 00:00:00 2001 From: Chris Tam Date: Wed, 24 Jul 2024 09:58:21 -0400 Subject: [PATCH 1/2] Include README in `Cargo.toml` (#55) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7c974ab..2f5e6a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" From 3da89ca5777d9bb8cc55b9ebf82d249429ab2e1a Mon Sep 17 00:00:00 2001 From: Chris Tam Date: Thu, 25 Jul 2024 09:19:30 -0400 Subject: [PATCH 2/2] Add badge for rustdocs (#54) --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f9ce1ce..e318da2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ - - crates.io - - - download count badge - +[![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