Fixed error handling
This commit is contained in:
parent
9bb7cc7a2c
commit
ecb5399a42
3 changed files with 139 additions and 10 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue