]> Untitled Git - lemmy.git/blobdiff - crates/routes/Cargo.toml
Remove websocket code (#2878)
[lemmy.git] / crates / routes / Cargo.toml
index c9056abf604d22b28405e11a4d20222615c15717..565c297eea8d2bc471c99be37c1ce6009d04bd9d 100644 (file)
@@ -18,8 +18,7 @@ lemmy_db_views_actor = { workspace = true }
 lemmy_db_schema = { workspace = true }
 lemmy_api_common = { workspace = true, features = ["full"] }
 activitypub_federation = { workspace = true }
-diesel = { workspace = true }
-actix-web = { workspace = true }
+actix-web = { workspace = true, features = ["cookies"] }
 anyhow = { workspace = true }
 chrono = { workspace = true }
 futures = { workspace = true }