From a7bb898e73832e7ec8474eb4252ab3c61200934f Mon Sep 17 00:00:00 2001 From: Caleb Leinz Date: Mon, 21 Oct 2024 11:03:18 -0700 Subject: [PATCH] docs: Update README with shields --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a332768..9b7936a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ATLAS Freedom API +[![Crates.io](https://img.shields.io/crates/v/freedom-api.svg)](https://crates.io/crates/freedom-api) +[![Documentation](https://docs.rs/freedom-api/badge.svg)](https://docs.rs/freedom-api/) + This library is a Rust library which focuses on wrapping the ATLAS Freedom REST API in an easy to use and idiomatic way. The API is entirely asynchronous, support for a blocking client may be added sometime in the future, but for now