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 26bd772 commit 0e21b9fCopy full SHA for 0e21b9f
.gitignore
@@ -3,4 +3,5 @@ dist
3
Cargo.lock
4
node_modules
5
package*.json
6
-.DS_Store
+.DS_Store
7
+*.sqlite3-wal
Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
13
14
[dependencies]
15
leptos = { version = "0.6" }
16
-leptos-struct-table-macro = { version = "0.11.1", path = "../leptos-struct-table-macro" }
+leptos-struct-table-macro = { version = "0.11.1" }
17
leptos-use = "0.10"
18
rust_decimal = { version = "1.35", optional = true }
19
chrono = { version = "0.4", optional = true }
0 commit comments