From 89cd5a2d54b019646dac11684091be7678351f16 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Apr 2023 20:39:08 +0200 Subject: [PATCH] add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 86a7861..9320bf9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # humantime_to_duration +[![Crates.io](https://img.shields.io/crates/v/humantime_to_duration.svg)](https://crates.io/crates/humantime_to_duration) +[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/coreutils/blob/main/LICENSE) + A Rust crate for parsing human-readable relative time strings and converting them to a `Duration`. ## Features