From 1fc165f2a5a3b6d77da2cfea2aa05e1db1c73577 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 5 Oct 2025 18:27:05 +0200 Subject: feat(form): Re-write the form macro as a proc macro This allows more possibilities. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d1579b1..eb9e795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ wasm-bindgen-test = "0.3" web-sys = { version = "0.3", features = ["Document", "Window"] } [dependencies] +rocie-macros = { path = "./rocie-macros/" } rocie-client = { path = "../rocie-server/crates/rocie-client" } leptos = { version = "0.8", features = ["csr"] } reactive_stores = { version = "0.2" } -- cgit 1.4.1