add HumanDuration

This commit is contained in:
Aleksandr 2025-09-25 20:20:48 +03:00
parent 016350a480
commit 321ab18890
3 changed files with 61 additions and 0 deletions

View file

@ -59,3 +59,4 @@ color-eyre = { version = "0.6.5", optional = true }
eyre = { version = "0.6.12" }
num_cpus = { version = "1.17.0", optional = true }
either = "1.15.0"
humantime = "2.3.0"