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 aa168ed commit ea3e782Copy full SHA for ea3e782
1 file changed
Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
13
14
[dependencies]
15
leptos = { version = "0.6", features = ["nightly"] }
16
-leptos-struct-table-macro = { version = "0.10.0", path = "../leptos-struct-table-macro" }
+leptos-struct-table-macro = { version = "0.10.0" }
17
leptos-use = "0.10"
18
paste = { version = "1.0", optional = true }
19
chrono = { version = "0.4", optional = true, features = ["serde"] }
0 commit comments