1 2 3 4 5 6 7 8 9 10
[package] name = "mimir_progress" description = "A terminal progress bar with highly configurable intervals." license = "Apache-2.0" version = "0.1.0" edition = "2021" [dependencies] humantime = "2.1.0" termion = "4.0.2"