From 672c43e5fd6c3f773a00a49a21372a2ea7e16fa0 Mon Sep 17 00:00:00 2001 From: Paul Butler Date: Wed, 3 Jan 2024 09:39:44 -0500 Subject: [PATCH] Add crates badge to readme (#523) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a7ea3830..5e3a1c1fa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ [![Build Docker Image](https://github.com/drifting-in-space/plane/actions/workflows/build-image.yml/badge.svg)](https://github.com/drifting-in-space/plane/actions/workflows/build-image.yml) [![Tests](https://github.com/drifting-in-space/plane/actions/workflows/tests.yml/badge.svg)](https://github.com/drifting-in-space/plane/actions/workflows/tests.yml) [![Chat on Discord](https://img.shields.io/static/v1?label=chat&message=discord&color=404eed)](https://discord.gg/N5sEpsuhh9) +[![crates.io](https://img.shields.io/crates/v/plane.svg)](https://crates.io/crates/plane) Plane is a distributed system for **running stateful WebSocket backends at scale**. Plane is heavily inspired by [Figma’s mulitplayer infrastructure](https://www.figma.com/blog/rust-in-production-at-figma/), which dynamically spawns a process for each active document.