diff options
author | open-trade <[email protected]> | 2020-03-07 00:37:23 +0800 |
---|---|---|
committer | open-trade <[email protected]> | 2020-03-07 00:37:23 +0800 |
commit | f7cb0cfde666f26c66a5f82fd677b9162c2902ee (patch) | |
tree | 3bd9c3d9c8ff400a482fe491587318636facf3d2 /Cargo.toml | |
parent | 1695b5e3574b578aae0d75189e4395c631ca3b8a (diff) | |
download | rustdesk-server-f7cb0cfde666f26c66a5f82fd677b9162c2902ee.tar.gz rustdesk-server-f7cb0cfde666f26c66a5f82fd677b9162c2902ee.zip |
how to await tokio_timer::sleep?
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ edition = "2018" tokio = { version = "0.2", features = ["full"] } protobuf = "2.10" tokio-util = { version = "0.3", features = ["full"] } +tokio-timer = "0.2" log = "0.4" env_logger = "0.7" futures = "0.3" |