diff --git a/Cargo.toml b/Cargo.toml index 30dfe68..7416de3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" version = "0.1.0" authors = ["Orual "] repository = "https://tangled.org/@nonbinary.computer/jacquard" -keywords = ["atproto", "at protocol", "bluesky", "api", "client"] +keywords = ["atproto", "at", "bluesky", "api", "client"] categories = ["api-bindings", "web-programming::http-client"] readme = "README.md" exclude = [".direnv"] diff --git a/README.md b/README.md index e501d61..6e9fdb3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A suite of Rust crates for the AT Protocol. +[![Crates.io](https://img.shields.io/crates/v/jacquard.svg)](https://crates.io/crates/jacquard) [![Documentation](https://docs.rs/jacquard/badge.svg)](https://docs.rs/jacquard) [![License](https://img.shields.io/crates/l/jacquard.svg)](./LICENSE) ## Goals