Add async-trait crate

This commit is contained in:
2024-04-02 01:20:46 -04:00
parent 8c6ea8948f
commit 48965bc72d
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1564,6 +1564,7 @@ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
name = "libretunes"
version = "0.1.0"
dependencies = [
"async-trait",
"axum",
"cfg-if",
"console_error_panic_hook",