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

actix-rt: Make the process of running System in existing Runtime more clear (#173)

This commit is contained in:
Igor Aleksanov
2020-09-06 13:01:24 +03:00
committed by GitHub
parent 88d99ac89c
commit b7a9cb7bb4
4 changed files with 132 additions and 3 deletions

View File

@ -23,3 +23,6 @@ futures-util = { version = "0.3.4", default-features = false, features = ["alloc
copyless = "0.1.4"
smallvec = "1"
tokio = { version = "0.2.6", default-features = false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }
[dev-dependencies]
tokio = { version = "0.2.6", features = ["full"] }