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

Add rust client to echo-actorless

- Make it easier for users to find rust code they can use for the client
- Remove the need to install websocat to get cli
This commit is contained in:
One
2024-07-21 20:26:59 -04:00
parent 27be660389
commit 21b6cd1d36
3 changed files with 21 additions and 2 deletions

2
Cargo.lock generated
View File

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