about summary refs log tree commit diff stats
path: root/crates/rocie-server/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:07:14 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-12-09 13:07:14 +0100
commitc91dce4f77ae12453203f0a28b91efb6533cc095 (patch)
tree4f50e755dff7f717d45309b08f9fe2c8c87f88bd /crates/rocie-server/Cargo.toml
parentchore(rocie-client): Regenerate (diff)
downloadserver-c91dce4f77ae12453203f0a28b91efb6533cc095.zip
feat(rocie-server): Implement basic user handling and authentication
Diffstat (limited to 'crates/rocie-server/Cargo.toml')
-rw-r--r--crates/rocie-server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rocie-server/Cargo.toml b/crates/rocie-server/Cargo.toml
index 51df09c..9e20321 100644
--- a/crates/rocie-server/Cargo.toml
+++ b/crates/rocie-server/Cargo.toml
@@ -35,6 +35,7 @@ actix-cors = "0.7.1"
 actix-identity = "0.9.0"
 actix-session = { version = "0.11.0", features = ["cookie-session"] }
 actix-web = "4.11.0"
+argon2 = "0.5.3"
 chrono = "0.4.41"
 clap = { version = "4.5.45", features = ["derive", "env"] }
 env_logger = "0.11.8"