summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-13 11:02:48 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-13 11:02:48 +0100
commit9f430e86c7bc0dcd9bd6e42cb27bb1e68d68f0dd (patch)
treeea565186ff4f1eb7e9c2859c0342f658cee6822b
parentfafa2acdc87b9ea2374bc27b46df180607d1e82f (diff)
Add maintenance badge
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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 <leckey.ryan@gmail.com>",
categories = ["config"]
license = "MIT/Apache-2.0"
+[badges]
+maintenance = { status = "actively-developed" }
+
[features]
default = ["toml", "json", "yaml", "hjson", "ini"]
json = ["serde_json"]