diff --git a/packages/leptos/form/Cargo.toml b/packages/leptos/form/Cargo.toml index bf00ea3..b18bf5f 100644 --- a/packages/leptos/form/Cargo.toml +++ b/packages/leptos/form/Cargo.toml @@ -15,8 +15,8 @@ leptos-style = "0.2" web-sys = { version = "0.3", features = ["HtmlFormElement", "HtmlInputElement", "HtmlElement", "Element", "Node", "Event", "EventTarget", "SubmitEvent"] } wasm-bindgen = "0.2" tailwind_fuse = "0.1" -leptos-shadcn-input = { path = "../input" } -leptos-shadcn-button = { path = "../button" } +leptos-shadcn-input = "0.2.0" +leptos-shadcn-button = "0.2.0" gloo-timers = "0.3" leptos-struct-component = "0.2"