Files
parse_datetime/Cargo.toml
T
Sylvestre Ledru 70d3e53604 new release
2023-06-06 11:46:45 +02:00

13 lines
389 B
TOML

[package]
name = "humantime_to_duration"
description = " parsing human-readable relative time strings and converting them to a Duration"
version = "0.3.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/uutils/humantime_to_duration"
readme = "README.md"
[dependencies]
regex = "1.8"
chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] }