diff options
Diffstat (limited to 'mtree-test/Cargo.toml')
-rw-r--r-- | mtree-test/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtree-test/Cargo.toml b/mtree-test/Cargo.toml index 5dbe38c..842c7f1 100644 --- a/mtree-test/Cargo.toml +++ b/mtree-test/Cargo.toml @@ -6,3 +6,4 @@ edition = "2024" [dependencies] framework = { path = "../framework" } glam = "0.30.3" +rayon = "1.10.0" |