aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGravatar lancebord 2026-03-09 13:59:23 -0400
committerGravatar lancebord 2026-03-09 13:59:23 -0400
commit91582e8f170964d9e211cd2ac7f67b2f606eb47a (patch)
tree4d811147cc1cdc5a95fe1624a24cecb96477fc90 /Cargo.toml
parentMerge 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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23937c4..1357a9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"