From 650835ed42ad211601dc393eca8ffff8512c3209 Mon Sep 17 00:00:00 2001 From: Adrian Edwards <17362949+MoralCode@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:44:56 -0400 Subject: [PATCH] add crates.io badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02f57e6..1bb817a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # CCSDS Space Packet Protocol +![Crates.io](https://img.shields.io/crates/v/ccsds-spacepacket) ![Crates.io (recent)](https://img.shields.io/crates/dr/ccsds-spacepacket) + This is a rust implementation of the [CCSDS Space Packet Protocol](https://public.ccsds.org/Pubs/133x0b2e1.pdf). ## About the Protocol