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

add actix-rt::task (#245)

This commit is contained in:
fakeshadow
2021-01-04 02:16:57 +08:00
committed by GitHub
parent 147c4f4f2c
commit a1982bdbad
3 changed files with 8 additions and 1 deletions

View File

@ -18,4 +18,4 @@ path = "src/lib.rs"
[dependencies]
actix-macros = "0.1.0"
tokio = { version = "1", features = ["rt", "net", "signal", "sync", "time"] }
tokio = { version = "1", features = ["rt", "net", "parking_lot", "signal", "sync", "time"] }