migrate to tokio

This commit is contained in:
wyhaya
2019-11-12 17:17:34 +08:00
parent 54c990725a
commit e168c99635
5 changed files with 659 additions and 374 deletions

View File

@@ -19,8 +19,9 @@ keywords = [
[dependencies]
ace = "0.0.2"
async-std = {version = "0.99.10", features = ["unstable"]}
dirs = "2.0.2"
futures = "0.3.1"
lazy_static = "1.4.0"
regex = "1.3.1"
time = "0.1.42"
time = "0.1.42"
tokio = "0.2.0-alpha.6"