From 8ba6d720f8c506ce32ee9b13c10615f34b37c223 Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Tue, 9 Nov 2021 13:10:07 -0500 Subject: [PATCH] Fix typo in Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 50b591b..d25356f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ description = "An ultra-lightweight js-free server-side webring implementation" repository = "https://fem.mint.lgbt/Emi/faery-ring" license-file = "LICENSE.md" keywords = ["webring", "indieweb", "web", "discovery", "server"] + +[badges] maintenance = { status = "passively-maintained" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html