improve error handling by using error-stack
crate
This commit is contained in:
parent
e8935bc52d
commit
9a4cf949e4
5 changed files with 133 additions and 90 deletions
|
@ -23,6 +23,7 @@ redis = {version="*"}
|
|||
md5 = {version="*"}
|
||||
rand={version="*"}
|
||||
once_cell = {version="*"}
|
||||
error-stack = "0.3.1"
|
||||
|
||||
[dev-dependencies]
|
||||
rusty-hook = "^0.11.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue