Skip to content

Commit

Permalink
test: add mockall dep
Browse files Browse the repository at this point in the history
  • Loading branch information
PJColombo committed Jun 21, 2024
1 parent 7dfd24d commit 315e38d
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
72 changes: 72 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ anyhow = { version = "1.0.70", features = ["backtrace"] }
thiserror = "1.0.40"
sentry = { version = "0.31.2", features = ["debug-images"] }
sentry-tracing = "0.31.2"

[dev-dependencies]
mockall = "0.12.1"

0 comments on commit 315e38d

Please sign in to comment.