mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
vanityaddr: Remove indicatif dependency.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user