proper prompt coloring and password masking
This commit is contained in:
@@ -6,7 +6,7 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rustyline = "11"
|
||||
rustyline = {version = "11", features = ["derive"]}
|
||||
color-eyre = "0.6"
|
||||
tokio = { version = "1.0", default-features = false, features = ["macros"] }
|
||||
tracing = "0.1"
|
||||
@@ -15,5 +15,5 @@ clap = { version = "4.2", default-features = false, features = ["suggestions", "
|
||||
dirs = "5.0"
|
||||
connectbox = { path = "../connectbox" }
|
||||
color-print = "0.3"
|
||||
ascii_table = { version = "4.0", features = ["auto_table_width"] }
|
||||
ascii_table = "4.0"
|
||||
once_cell = "1.17"
|
||||
|
||||
Reference in New Issue
Block a user