]> git.lizzy.rs Git - generate-random.git/blob - tests/Cargo.toml
Add support for cgmath and collision
[generate-random.git] / tests / Cargo.toml
1 [package]
2 name = "generate-random-tests"
3 version = "0.0.0"
4 edition = "2021"
5 publish = false
6
7 [dependencies]
8 generate-random = { path = "../lib" }
9 generate-random-macro = { path = "../derive-macro" }
10 rand = "0.8.5"
11 rand_chacha = "0.3.1"