We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba87b7 commit e76b2d8Copy full SHA for e76b2d8
leptos-forms-rs/Cargo.toml
@@ -15,7 +15,7 @@ leptos = { version = "0.8", features = ["csr"] }
15
# Common dependencies
16
serde = { workspace = true }
17
serde_json = { workspace = true }
18
-leptos-forms-rs-macro = { path = "../leptos-forms-rs-macro", version = "0.4.0" }
+leptos-forms-rs-macro = "0.4.0"
19
web-sys = { version = "0.3", features = ["Window", "Storage"] }
20
wasm-bindgen = { workspace = true }
21
chrono = { workspace = true }
0 commit comments