feat: allow any serializable object as response

This commit is contained in:
Valerio Ageno
2024-05-19 20:32:19 +02:00
parent 208c18c94a
commit 4ed6c9902f
5 changed files with 27 additions and 13 deletions
+1
View File
@@ -13,5 +13,6 @@ ssr_rs = "0.5.1"
axum = "0.7.5"
tuono_lib_macros = { path = "../tuono_lib_macros"}
serde = { version = "1.0.202", features = ["derive"] }
erased-serde = "0.4.5"
serde_json = "1.0"