tokio 1.0

This commit is contained in:
Robin Appelman 2021-01-20 17:36:06 +01:00
commit 0852ef4c59
2 changed files with 230 additions and 381 deletions

View file

@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
[dependencies]
dotenv = "0.15.0"
main_error = "0.1.0"
tokio = { version = "0.2", features = ["macros"] }
warp = "0.2"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
warp = "0.3"
mitemp = { version = "0.2.0", git = "https://github.com/icewind1991/mitemp-rs" }