We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 068350e + 37cab3f commit 8ae4aa7Copy full SHA for 8ae4aa7
crates/RustQuant_instruments/Cargo.toml
@@ -32,6 +32,9 @@ derive_builder = { workspace = true }
32
errorfunctions = { workspace = true }
33
serde = { workspace = true }
34
num = { workspace = true }
35
+nalgebra = { workspace = true }
36
+rand = { workspace = true }
37
+rand_distr = { workspace = true }
38
39
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40
## RUSTDOC CONFIGURATION
0 commit comments