From 86125b91418a1c22c74829b376430de6a1b4ef37 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 6 Jul 2023 12:25:53 +0200 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 41ca06b..dd82bd6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # teeconfig +[![Version](https://img.shields.io/crates/v/teeconfig)](https://crates.io/crates/teeconfig) +[![Downloads](https://img.shields.io/crates/d/teeconfig)](https://crates.io/crates/teeconfig) +[![License](https://img.shields.io/crates/l/teeconfig)](https://crates.io/crates/teeconfig) +![Rust](https://github.com/edg-l/teeconfig/workflows/Rust/badge.svg) +[![Docs](https://docs.rs/teeconfig/badge.svg)](https://docs.rs/teeconfig) + A ddnet / teeworlds configuration parser. It recognizes the available options by parsing source files with `MACRO_CONFIG_` lines such as `src/engine/shared/config_variables.h`.