From 9f430e86c7bc0dcd9bd6e42cb27bb1e68d68f0dd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 13 Mar 2021 11:02:48 +0100 Subject: Add maintenance badge Signed-off-by: Matthias Beyer --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 57b72c4..a970a89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ authors = ["Ryan Leckey ", categories = ["config"] license = "MIT/Apache-2.0" +[badges] +maintenance = { status = "actively-developed" } + [features] default = ["toml", "json", "yaml", "hjson", "ini"] json = ["serde_json"] -- cgit v1.2.3