Skip to content

Commit

Permalink
feat: [torrust#111] add cargo dependency rand
Browse files Browse the repository at this point in the history
To generate random user IDs for testing.
  • Loading branch information
josecelano committed Apr 24, 2023
1 parent 73a26ae commit f257692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ pbkdf2 = "0.11.0"
text-colorizer = "1.0.0"
log = "0.4.17"
fern = "0.6.2"

[dev-dependencies]
rand = "0.8.5"

0 comments on commit f257692

Please sign in to comment.