diff --git a/Cargo.toml b/Cargo.toml index b37961876..eb321f792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,6 +143,8 @@ actix-web-actors = { path = "actix-web-actors" } actix-web-codegen = { path = "actix-web-codegen" } awc = { path = "awc" } +actix-rt = { git = "https://github.com/actix/actix-net.git" } + [[test]] name = "test_server" required-features = ["compress-brotli", "compress-gzip", "compress-zstd", "cookies"]