Files
account/libexec/auth_password/Cargo.toml
T
sisungo bfcc98b50e initial commit
Signed-off-by: sisungo <[email protected]>
2026-07-18 20:30:39 +08:00

16 lines
411 B
TOML

[package]
name = "auth_password"
version = "0.1.0"
edition = "2024"
[dependencies]
semios_account = { path = "../../lib/semios_account", features = ["client"] }
auth_method_fx = { path = "../../lib/auth_method_fx" }
password-hash = { version = "0.6", features = ["phc", "rand_core", "getrandom"] }
argon2 = "0.6.0-rc.8"
uuid = "1"
dialoguer = "0.12.0"
rand = "0.10"
aes-gcm = "0.10.3"
generic-array = "0.14.7"