Skip to content

Commit e570110

Browse files
committed
test: add new dev dependency mockall
It will be used to mock a trait in tests.
1 parent bc3df5a commit e570110

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ async-trait = "0.1"
5959

6060
aquatic_udp_protocol = "0.2"
6161
uuid = { version = "1", features = ["v4"] }
62+
63+
[dev-dependencies]
64+
mockall = "0.11.3"

0 commit comments

Comments
 (0)