diff options
Diffstat (limited to 'matrix-stdlib/Cargo.toml')
-rw-r--r-- | matrix-stdlib/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-stdlib/Cargo.toml b/matrix-stdlib/Cargo.toml index 1c6b0ac..bdbd2f9 100644 --- a/matrix-stdlib/Cargo.toml +++ b/matrix-stdlib/Cargo.toml @@ -9,3 +9,4 @@ edition = "2021" anyhow = "1" matrix = { path = "../matrix" } matrix-macros = { path = "../matrix-macros" } +rand = "0.8" |