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

actix-rt-less (#408)

This commit is contained in:
Rob Ede
2021-11-04 20:30:43 +00:00
committed by GitHub
parent 81d7295486
commit 5b537c7b10
18 changed files with 1075 additions and 844 deletions

View File

@ -38,4 +38,4 @@ actix-rt = "2.0.0"
bytes = "1"
env_logger = "0.9"
futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }
tokio = { version = "1.5.1", features = ["io-util"] }
tokio = { version = "1.5.1", features = ["io-util", "rt-multi-thread", "macros"] }