diff options
| author | 2026-03-09 13:59:23 -0400 | |
|---|---|---|
| committer | 2026-03-09 13:59:23 -0400 | |
| commit | 91582e8f170964d9e211cd2ac7f67b2f606eb47a (patch) | |
| tree | 4d811147cc1cdc5a95fe1624a24cecb96477fc90 /Cargo.toml | |
| parent | Merge pull request #1 from lancebord/async-rework (diff) | |
have password prompt instead of arg for more security
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ ratatui = "0.30" crossterm = { version = "0.28", features = ["event-stream"] } unicode-width = "0.2.2" clap = { version = "4.5.60", features = ["derive"] } +scanpw = "1.0.0" [dev-dependencies] tokio-test = "0.4" |
