1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Merge pull request #863 from c-git/add-client

Move client file from old echo example to actorless
This commit is contained in:
Rob Ede
2024-08-10 04:30:32 +00:00
committed by GitHub
6 changed files with 95 additions and 75 deletions

2
Cargo.lock generated
View File

@ -8916,10 +8916,12 @@ dependencies = [
"actix-files",
"actix-web",
"actix-ws",
"awc",
"env_logger",
"futures-util",
"log",
"tokio",
"tokio-stream",
]
[[package]]