diff --git a/README.md b/README.md index 4fc05ab..f505614 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ RPC framework that puts mobile and HTTP/2 first. [`tonic`] is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. This library was created to have first class support of async/await and to act as a core building block for production systems written in Rust. +[![Crates.io](https://img.shields.io/crates/v/tonic)](https://crates.io/crates/tonic) +[![Documentation](https://docs.rs/tonic/badge.svg)](https://docs.rs/tracing) +[![Crates.io](https://img.shields.io/crates/l/tonic)](LICENSE) + + [Examples] | [Website] | [Docs] | [Chat] ## Overview