1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

use tokio::main in client example

This commit is contained in:
Rob Ede
2022-01-19 21:36:14 +00:00
parent 1cc3e7b24c
commit 1bc1538118
5 changed files with 39 additions and 31 deletions

View File

@ -109,6 +109,7 @@ futures-util = { version = "0.3.7", default-features = false }
static_assertions = "1.1"
rcgen = "0.8"
rustls-pemfile = "0.2"
tokio = { version = "1.13.1", features = ["rt-multi-thread", "macros"] }
zstd = "0.9"
[[example]]