about summary refs log tree commit diff stats
path: root/crates/rocie-server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rocie-server/Cargo.toml')
-rw-r--r--crates/rocie-server/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"] }