diff options
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" |