1 Commits

Author SHA1 Message Date
Sylvestre Ledru 1f0eae3536 add the README 2023-04-25 09:00:51 +02:00
2 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "humantime_to_duration"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"regex",
"time",
+2 -1
View File
@@ -1,10 +1,11 @@
[package]
name = "humantime_to_duration"
description = " parsing human-readable relative time strings and converting them to a Duration"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/humantime_to_duration"
readme = "README.md"
[dependencies]
regex = "1.7"