diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-07-06 09:20:33 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 21:20:33 -0400 |
| commit | e8258e0210c4690a1fbbcefe0e6a859da8efc19b (patch) | |
| tree | 75c56efb39d917d3d697eea4879d3e48acdc657e /cli/Cargo.toml | |
| parent | bdeb4f430b387ebdacce7c68bb1f316830856c39 (diff) | |
feat(test): add --shuffle flag to randomize test ordering (#11163)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 025369358..a4a8786a5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -71,6 +71,7 @@ num_cpus = "1.13.0" percent-encoding = "2.1.0" pin-project = "1.0.6" regex = "1.4.3" +rand = { version = "0.8.3", features = [ "small_rng" ] } ring = "0.16.20" rustyline = { version = "8.0.0", default-features = false } rustyline-derive = "0.4.0" |
