[+] Add indicatif dependency

This commit is contained in:
Azalea Gui
2023-02-25 10:54:06 -05:00
parent ba13e8fd00
commit d9ac9c9031
2 changed files with 58 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ path = "src/test.rs"
anyhow = { version = "1.0.69", features = ["backtrace"] }
duplicate = "0.4.1"
hyper = { version = "0.14", features = ["full"] }
indicatif = {version = "*", features = ["rayon"]}
log = "0.4.17"
path-clean = "0.1.0"
pathdiff = "0.2.1"