fix(client): use async_recursion crate

This commit is contained in:
Matthew Esposito 2024-09-21 15:44:27 -04:00
parent 69c7a69afd
commit b54620b5aa
3 changed files with 15 additions and 1 deletions

View file

@ -44,6 +44,7 @@ pretty_env_logger = "0.5.0"
dotenvy = "0.15.7"
rss = "2.0.7"
arc-swap = "1.7.1"
async-recursion = "1.1.1"
[dev-dependencies]