Skip to content

Commit

Permalink
feat: [torrust#120] add cargo dependency tempfile
Browse files Browse the repository at this point in the history
It'll be used to store temporary torrent files for E2E tests.
  • Loading branch information
josecelano committed Apr 26, 2023
1 parent c7c6ffd commit a5bdaad
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 25 deletions.
240 changes: 215 additions & 25 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 @@ -44,3 +44,4 @@ fern = "0.6.2"

[dev-dependencies]
rand = "0.8.5"
tempfile = "3.5.0"

0 comments on commit a5bdaad

Please sign in to comment.