From 5d06b17ff29be569b41ff3a33044cbfa35aca89b Mon Sep 17 00:00:00 2001 From: Cass Fridkin Date: Mon, 13 Feb 2023 07:50:24 -0600 Subject: [PATCH] Add deprecation badge to Cargo.toml (#2332) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5d91527ae..71f762b19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,9 @@ categories = [ "web-programming", ] +[badges] +maintenance = { status = "deprecated" } + [dependencies] anyhow = { version = "1.0", features = ["backtrace"] } atty = "0.2.14"