summaryrefslogtreecommitdiff
path: root/matrix-stdlib/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-26 20:39:39 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-26 20:39:39 -0500
commit4438116264eeece05c9fdbdf73c8f33757a108e4 (patch)
treeac7a7128bbfac683f227db0727dc915f65492d09 /matrix-stdlib/Cargo.toml
parentchanges (diff)
downloadmatrix-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.toml1
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"