crimes to async

This commit is contained in:
Robin Appelman 2021-03-24 18:17:13 +01:00
commit cd6e103337
5 changed files with 107 additions and 64 deletions

View file

@ -12,4 +12,6 @@ warp = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
ctrlc = { version = "3", features = ["termination"] }
dotenv = "0.15"
futures-util = "0.3"
futures-util = "0.3"
futures-lite = "1"
parse-display = "0.4"