restructure and error logging

This commit is contained in:
Robin Appelman 2020-11-20 23:24:13 +01:00
commit 7b8786919c
7 changed files with 527 additions and 217 deletions

View file

@ -13,4 +13,7 @@ dashmap = "3.11"
json = "0.12.4"
warp = "0.2.5"
dotenv = "0.15.0"
ctrlc = { version = "3.1.7", features = ["termination"] }
ctrlc = { version = "3.1.7", features = ["termination"] }
color-eyre = "0.5.7"
async-stream = "0.3.0"
pin-utils = "0.1.0"