summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]