diff --git a/Cargo.toml b/Cargo.toml index bd36025..4a78813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,6 +44,8 @@ rand = "0.8.5" regex_generate = "0.2.3" toml = "0.8.19" serde = { version = "1.0.214", features = ["derive"] } +indicatif = { version = "0.17.9" } +console = { version = "0.15.10" } [build-dependencies] embed-resource = "3.0.1"