aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSatyarth Sampath <satyarth.23@gmail.com>2022-05-24 18:55:48 +0530
committerGitHub <noreply@github.com>2022-05-24 14:25:48 +0100
commit119ab9e0079c4b3105598abb8a918bc1e6b86cec (patch)
tree83021c72a51f69e4a9f3a1d8536f41d74d81559b /Cargo.toml
parentNoyez zsh histdb import (#393) (diff)
downloadatuin-119ab9e0079c4b3105598abb8a918bc1e6b86cec.zip
Adds password prompt for register and login (#424)
* Adds the rpassword dependency * Provides only a prompt based input for login and register with a hidden prompt for password * Adds option based inputs for login and register commands * Password can also be provided as an option Co-authored-by: Satyarth <satyarth.sampath@gojek.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac38b445..e1ece208 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,6 +66,7 @@ clap = { version = "3.1.18", features = ["derive"] }
clap_complete = "3.1.4"
fs-err = "2.7"
whoami = "1.1.2"
+rpassword = "6.0"
[dependencies.tracing-subscriber]
version = "0.3"