Files
parse_datetime/Cargo.toml
T
Sylvestre Ledru 9c5da7959c new release
2023-06-03 16:34:51 +02:00

13 lines
317 B
TOML

[package]
name = "humantime_to_duration"
description = " parsing human-readable relative time strings and converting them to a Duration"
version = "0.3.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/humantime_to_duration"
readme = "README.md"
[dependencies]
regex = "1.8"
chrono = "0.4"