Skip to content

Commit

Permalink
chore: move path dependencies to workspace (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman authored Feb 10, 2025
1 parent c24fa22 commit 10e9ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ version = "0.1.0"

[workspace.dependencies]
leptos = "0.7.0"
leptos-struct-component-macro = { path = "packages/leptos-struct-component-macro", version = "0.1.0" }
log = "0.4.25"
2 changes: 1 addition & 1 deletion packages/leptos-struct-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version.workspace = true

[dependencies]
leptos.workspace = true
leptos-struct-component-macro = { path = "../leptos-struct-component-macro", version = "0.1.0" }
leptos-struct-component-macro.workspace = true

[dev-dependencies]
leptos-node-ref = { path = "../leptos-node-ref" }

0 comments on commit 10e9ac4

Please sign in to comment.