aboutsummaryrefslogtreecommitdiff
path: root/tests/utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils/Cargo.toml')
-rw-r--r--tests/utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils/Cargo.toml b/tests/utils/Cargo.toml
index bda55ad32..f76feaa20 100644
--- a/tests/utils/Cargo.toml
+++ b/tests/utils/Cargo.toml
@@ -2,6 +2,7 @@
2name = "test-utils" 2name = "test-utils"
3version = "0.1.0" 3version = "0.1.0"
4edition = "2021" 4edition = "2021"
5publish = false
5 6
6[dependencies] 7[dependencies]
7rand = "0.9" 8rand = "0.9"