1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Use the humantime_to_duration crate

This commit is contained in:
Sylvestre Ledru 2023-04-23 23:15:32 +02:00
parent 417d238bba
commit d1aa1ac963
5 changed files with 47 additions and 44 deletions

View file

@ -1,7 +1,7 @@
# coreutils (uutils)
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
# spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen
# spell-checker:ignore (libs) libselinux gethostid procfs bigdecimal kqueue fundu mangen humantime
[package]
name = "coreutils"
@ -286,6 +286,7 @@ fundu = "0.5.0"
gcd = "2.3"
glob = "0.3.1"
half = "2.2"
humantime_to_duration = "0.1.2"
indicatif = "0.17"
is-terminal = "0.4.6"
itertools = "0.10.5"