diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-27 20:42:10 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-27 20:42:10 -0500 |
commit | 508c4fa1b89ee31ca8b005bf146301c14afa7779 (patch) | |
tree | 7685f1b624cd2159ce415a0e8d4d262c81799dac /matrix-stdlib/Cargo.toml | |
parent | sort n rand (diff) | |
download | matrix-508c4fa1b89ee31ca8b005bf146301c14afa7779.tar.gz matrix-508c4fa1b89ee31ca8b005bf146301c14afa7779.tar.bz2 matrix-508c4fa1b89ee31ca8b005bf146301c14afa7779.zip |
more mat, sys, and os stdlib functions, better matrix printing, other fixes
Diffstat (limited to '')
-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 bdbd2f9..6256cfa 100644 --- a/matrix-stdlib/Cargo.toml +++ b/matrix-stdlib/Cargo.toml @@ -9,4 +9,5 @@ edition = "2021" anyhow = "1" matrix = { path = "../matrix" } matrix-macros = { path = "../matrix-macros" } +os_info = "3" rand = "0.8" |