From 4fe421d40d0ec026cfb374db8ebe73a177c90af6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 27 Jan 2020 10:53:15 +0100 Subject: [PATCH] maintenance is a badge Signed-off-by: Wolfgang Bumiller --- perlmod/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index 8060f42..f41fc08 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -7,6 +7,8 @@ build = "build.rs" license = "Apache-2.0 OR MIT" categories = [ "API bindings" ] keywords = [ "ffi", "perl" ] + +[badge] maintenance = { status = "experimental" } [dependencies]