You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
13 lines
317 B
TOML
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"
|