diff --git a/Cargo.toml b/Cargo.toml index 1b9757e..e0d427f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ futures = "0.3.30" chrono = { version = "0.4.38", features = ["alloc"]} futures-util = "0.3.30" h2 = "0.4.6" +argon2 = "0.5.3" [target.'cfg(unix)'.dependencies] daemonize = "0.5.0" \ No newline at end of file