Skip to content

Commit

Permalink
feat: [torrust#120] add cargo dependency uuid
Browse files Browse the repository at this point in the history
It'll be used to generate unique identifiers for entities in E2E tests.
  • Loading branch information
josecelano committed Apr 26, 2023
1 parent a5bdaad commit bac7e64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 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 @@ -45,3 +45,4 @@ fern = "0.6.2"
[dev-dependencies]
rand = "0.8.5"
tempfile = "3.5.0"
uuid = { version = "1.3", features = [ "v4"] }

0 comments on commit bac7e64

Please sign in to comment.