1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

add time services tests

This commit is contained in:
Nikolay Kim
2019-01-26 13:21:56 -08:00
parent 84bd257b86
commit cabebb6b3f
2 changed files with 97 additions and 1 deletions

View File

@ -24,4 +24,7 @@ bytes = "0.4"
futures = "0.1"
tokio-timer = "0.2.8"
tokio-current-thread = "0.1"
log = "0.4"
log = "0.4"
[dev-dependencies]
actix-rt = "0.1"