X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Froutes%2FCargo.toml;h=565c297eea8d2bc471c99be37c1ce6009d04bd9d;hb=4240af86caad01885e27a437dc881cdf996f3909;hp=1f6212038b331331569bdac09d593bd61a339dec;hpb=a5707328cff0133373491ef8e8908faeefacfa30;p=lemmy.git diff --git a/crates/routes/Cargo.toml b/crates/routes/Cargo.toml index 1f621203..565c297e 100644 --- a/crates/routes/Cargo.toml +++ b/crates/routes/Cargo.toml @@ -18,7 +18,7 @@ lemmy_db_views_actor = { workspace = true } lemmy_db_schema = { workspace = true } lemmy_api_common = { workspace = true, features = ["full"] } activitypub_federation = { workspace = true } -actix-web = { workspace = true } +actix-web = { workspace = true, features = ["cookies"] } anyhow = { workspace = true } chrono = { workspace = true } futures = { workspace = true }