feat: add async_trait crate

This commit is contained in:
neon_arch 2023-07-11 19:40:21 +03:00
parent ff79c1fcfb
commit 1bccffce54
2 changed files with 264 additions and 10 deletions

View file

@ -24,6 +24,7 @@ md5 = {version="*"}
rand={version="*"}
once_cell = {version="*"}
error-stack = {version="0.3.1"}
async-trait = {version="*"}
[dev-dependencies]
rusty-hook = "^0.11.2"