vanityaddr: Remove indicatif dependency.

This commit is contained in:
parazyd
2023-07-08 18:01:23 +02:00
parent 3b9c016ef6
commit 363a6cd998
5 changed files with 64 additions and 201 deletions

View File

@@ -12,8 +12,7 @@ edition = "2021"
bs58 = "0.5.0"
clap = {version = "4.3.3", features = ["derive"]}
ctrlc = "3.4.0"
darkfi = {path = "../../"}
darkfi = {path = "../../", features = ["util"]}
darkfi-sdk = {path = "../../src/sdk"}
indicatif = "0.17.5"
rand = "0.8.5"
rayon = "1.7.0"