diff options
| author | Satyarth Sampath <satyarth.23@gmail.com> | 2022-05-24 18:55:48 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-24 14:25:48 +0100 |
| commit | 119ab9e0079c4b3105598abb8a918bc1e6b86cec (patch) | |
| tree | 83021c72a51f69e4a9f3a1d8536f41d74d81559b /Cargo.toml | |
| parent | Noyez zsh histdb import (#393) (diff) | |
| download | atuin-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
