From 234f366a937af32235e018f773c242de759fe0af Mon Sep 17 00:00:00 2001 From: Chris Petty Date: Thu, 4 Dec 2025 23:19:22 +1300 Subject: [PATCH] Update actix_cargo.toml --- generator/src/templates/actix_cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/src/templates/actix_cargo.toml b/generator/src/templates/actix_cargo.toml index 8cf3b723..53c317ee 100644 --- a/generator/src/templates/actix_cargo.toml +++ b/generator/src/templates/actix_cargo.toml @@ -4,7 +4,7 @@ name = "" version = "0.1.0" [dependencies] -actix-web = { version = "4.5", default-features = false, features = ["macros"] } +actix-web = { version = "4.5", default-features = false, features = ["macros", "ws"] } async-graphql-actix-web = { version = "7.0" } dotenv = "0.15.0" sea-orm = { version = "~1.1.5", features = ["", "runtime-async-std-native-tls", "seaography"] }