add features needed to run tests with only `cargo test`

This commit is contained in:
Vasil Nikolov 2023-04-28 00:03:28 +03:00
parent 75405b1e24
commit 6c241a3200
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ serde_json = "1.0"
rand_xorshift = "0.3"
rand_isaac = "0.3"
criterion = { version = "0.4", features = ["html_reports"] }
nalgebra = { path = ".", features = ["debug", "compare", "rand", "macros"]}
# For matrix comparison macro
matrixcompare = "0.3.0"