diff options
author | Alexander van Ratingen <470642+alvra@users.noreply.github.com> | 2022-04-21 22:16:02 +0200 |
---|---|---|
committer | Alexander van Ratingen <470642+alvra@users.noreply.github.com> | 2022-04-21 22:16:02 +0200 |
commit | 645d3f8d22136d58d65f034fc15ea748d751eb96 (patch) | |
tree | bf55549077f17e9167194f6cb21fed41ec30ba03 /tests/Cargo.toml | |
download | generate-random-645d3f8d22136d58d65f034fc15ea748d751eb96.tar.xz |
Initial commit
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r-- | tests/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml new file mode 100644 index 0000000..efdbef6 --- /dev/null +++ b/tests/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "generate-random-tests" +version = "0.0.0" +edition = "2021" +publish = false + +[dependencies] +generate-random = { path = "../lib" } +generate-random-macro = { path = "../derive-macro" } +rand = "0.8.5" +rand_chacha = "0.3.1" |