Fixed error handling

This commit is contained in:
Sebastian 2024-06-22 23:19:04 +02:00
parent 9bb7cc7a2c
commit ecb5399a42
3 changed files with 139 additions and 10 deletions

View file

@ -4,6 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.83"
fern = { version = "0.6.2", features = ["colored"] }
humantime = "2.1.0"
log = "0.4.21"
nom = "7.1.3"
tokio = {version = "1.37.0", features = ["full"]}
tokio-macros = { version = "0.2.0-alpha.6" }
tokio-macros = { version = "0.2.0-alpha.6" }