Skip to content

Commit

Permalink
chore: [torrust#448] add dependencies for mocking async traits
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Mar 21, 2024
1 parent 3cd447c commit 9c78895
Show file tree
Hide file tree
Showing 2 changed files with 73 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.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jsonwebtoken = "9"
lazy_static = "1.4.0"
lettre = { version = "0", features = ["builder", "smtp-transport", "tokio1", "tokio1-native-tls", "tokio1-rustls-tls"] }
log = "0"
mockall = "0.12.1"
pbkdf2 = { version = "0", features = ["simple"] }
rand = "0"
rand_core = { version = "0", features = ["std"] }
Expand Down

0 comments on commit 9c78895

Please sign in to comment.