color error in red and fix identity get with no indexer
... | ... | @@ -52,6 +52,7 @@ nacl = { version = "^0.5.3" } # for old-style key gen |
# this is beta crate for password-encrypted files | ||
age = { default-features = false, version = "^0.10.0", features = ["armor"] } | ||
bip39 = { version = "^2.0.0", features = ["rand"] } # mnemonic | ||
colored = "2.1.0" | ||
# allows to build gcli for different runtimes and with different predefined networks | ||
[features] | ||
... | ... |
Please register or sign in to comment