Add server_fn crate

This commit is contained in:
2024-04-12 17:04:51 -04:00
parent 6c74220458
commit 04e0a66122
2 changed files with 5 additions and 2 deletions

View File

@ -36,6 +36,7 @@ tower-sessions = { version = "0.11", default-features = false }
tower-sessions-redis-store = { version = "0.11", optional = true }
async-trait = "0.1.79"
axum-login = { version = "0.14.0", optional = true }
server_fn = { version = "0.6.11", features = ["multipart"] }
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }