add: some basic FE/BE interaction

This commit is contained in:
2025-05-01 23:12:29 -07:00
parent 8cfa9d2716
commit 88b0d26b36
3 changed files with 61 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
leptos = { version = "0.7.0", features = ["nightly"] }
leptos_router = { version = "0.7.0", features = ["nightly"] }
axum = { version = "0.7", optional = true }
axum = { version = "0.7", optional = true, features = ["macros"] }
console_error_panic_hook = { version = "0.1", optional = true}
leptos_axum = { version = "0.7.0", optional = true }
leptos_meta = { version = "0.7.0" }