From 976c3e144ec866219a401da9a078fa537c815d0b Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 13 Sep 2019 17:25:37 +0200 Subject: [PATCH] Add is-it-maintained badges --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2ad7e87..321c451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,8 @@ license = "MIT" edition = "2018" [badges] +is-it-maintained-issue-resolution = { repository = "https://github.com/ISibboI/evalexpr.git" } +is-it-maintained-open-issues = { repository = "https://github.com/ISibboI/evalexpr.git" } maintenance = { status = "actively-maintained" } [lib]