Skip to content

Commit 9bc8f45

Browse files
committed
feat(deps): introduce mockall for testing
1 parent 0f32b30 commit 9bc8f45

File tree

2 files changed

+83
-10
lines changed

2 files changed

+83
-10
lines changed

Cargo.lock

Lines changed: 77 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ tracing = "0.1.41"
3434
tracing-subscriber = "0.3.19"
3535

3636
[dev-dependencies]
37-
itertools = "0.14.0"
38-
lazy_static = "1.5.0"
39-
rstest = "0.26.1"
40-
tracing-subscriber = { version = "0.3.19", features = ["fmt", "env-filter"] }
37+
rstest = "0.21.0"
38+
serial_test = "3.1.1"
4139
tracing-test = "0.2.5"
40+
mockall = "0.13.0"
41+
42+
[features]
43+
default = []

0 commit comments

Comments
 (0)