Skip to content

Commit

Permalink
fix(dal-macros): add dev deps on dal & si-events
Browse files Browse the repository at this point in the history
Signed-off-by: Fletcher Nichol <[email protected]>
  • Loading branch information
fnichol committed Jan 3, 2025
1 parent 8d4b5cb commit 60ffc6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/dal-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ quote = { workspace = true }
syn = { workspace = true }

[dev-dependencies]
dal = { path = "../../lib/dal" }
si-events = { path = "../../lib/si-events-rs" }
trybuild = { workspace = true }

0 comments on commit 60ffc6d

Please sign in to comment.