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:
parent
417d238bba
commit
d1aa1ac963
5 changed files with 47 additions and 44 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue