From 371ce0ea0894315a43e098b9f3299459b898e089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= <49537445+JasterV@users.noreply.github.com> Date: Fri, 28 Nov 2025 15:34:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fc2f42..d056be2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # event_bus.rs +[![Crate Version: event_bus_rs](https://img.shields.io/crates/v/event_bus_rs.svg)](https://crates.io/crates/event_bus_rs) + A **runtime-agnostic**, **async**, and **thread-safe** event bus for Rust. Designed to be **efficient**, **simple**, and **easy to use**, allowing you to publish and subscribe to messages across threads and async tasks.