diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-26 20:39:39 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-26 20:39:39 -0500 |
commit | 4438116264eeece05c9fdbdf73c8f33757a108e4 (patch) | |
tree | ac7a7128bbfac683f227db0727dc915f65492d09 /matrix-stdlib/Cargo.toml | |
parent | changes (diff) | |
download | matrix-4438116264eeece05c9fdbdf73c8f33757a108e4.tar.gz matrix-4438116264eeece05c9fdbdf73c8f33757a108e4.tar.bz2 matrix-4438116264eeece05c9fdbdf73c8f33757a108e4.zip |
sort n rand
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" |