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

View File

@ -34,6 +34,7 @@ tower-http = { version = "0.5", optional = true, features = ["fs"] }
thiserror = "1.0.57"
tower-sessions = { version = "0.11", default-features = false }
tower-sessions-redis-store = { version = "0.11", optional = true }
async-trait = "0.1.79"
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }