From 72c82353ed4e799d1272e7efb8515026d5340e1f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Apr 2023 20:30:52 +0200 Subject: [PATCH] add missing infos --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0fd618b..f40f25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "humantime_to_duration" +description = " parsing human-readable relative time strings and converting them to a Duration" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT" +repository = "https://github.com/uutils/humantime_to_duration" [dependencies] regex = "1.8.1"