From 6b52b60280553dec294368f5b865fe867f2957b5 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 23 Jun 2020 12:24:57 +0200 Subject: [PATCH] added badges --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3098e4e5..4e077469 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,9 @@ serde = "1.0" anyhow = "1.0.31" unicode-width = "0.1" +[badges] +maintenance = { status = "actively-developed" } + [features] default=[] timing=["scopetime/enabled"]