From 23d909f0fac0b86003538b1b4f7057a2159fec06 Mon Sep 17 00:00:00 2001 From: Cass Fridkin Date: Mon, 5 Dec 2022 19:06:55 -0600 Subject: [PATCH] Add deprecation badge to Cargo.toml --- 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"