Fix tokio dependency in main

This commit is contained in:
ashthespy 2021-01-23 22:21:42 +00:00
parent c273d51a1d
commit 20dd94fe20
2 changed files with 1876 additions and 1474 deletions

3346
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -49,8 +49,8 @@ num-bigint = "0.3"
protobuf = "~2.14.0"
rand = "0.7"
rpassword = "5.0"
rpassword = "3.0"
tokio = "0.1"
# tokio = "0.1"
tokio = { version = "0.2", features = ["rt-core"] }
tokio-io = "0.1"
tokio-process = "0.2"
tokio-signal = "0.2"