first commit

This commit is contained in:
ManOfGoldForever 2026-01-30 14:08:46 -05:00
commit 165bd648aa
5 changed files with 259 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "password-manager"
version = "0.1.0"
edition = "2024"
[dependencies]
argon2 = { version = "0.5.3", features = ["std", "password-hash"] }
chacha20poly1305 = "0.10.1"
clap = { version = "4.5", features = ["derive"] }
hex = "0.4.3"
rpassword = "7.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"