From a62ab5c6dacaddb67931d7ac160bc7faaa707737 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 28 Nov 2025 16:30:02 +0100 Subject: feat(crates/rocie-server): Get closer to feature parity between rocie and grocy --- crates/rocie-server/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/rocie-server/Cargo.toml') diff --git a/crates/rocie-server/Cargo.toml b/crates/rocie-server/Cargo.toml index 9f09b3c..51df09c 100644 --- a/crates/rocie-server/Cargo.toml +++ b/crates/rocie-server/Cargo.toml @@ -32,6 +32,8 @@ tokio.workspace = true [dependencies] actix-cors = "0.7.1" +actix-identity = "0.9.0" +actix-session = { version = "0.11.0", features = ["cookie-session"] } actix-web = "4.11.0" chrono = "0.4.41" clap = { version = "4.5.45", features = ["derive", "env"] } -- cgit 1.4.1