From 508c4fa1b89ee31ca8b005bf146301c14afa7779 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 27 Feb 2024 20:42:10 -0500 Subject: more mat, sys, and os stdlib functions, better matrix printing, other fixes --- matrix-stdlib/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'matrix-stdlib/Cargo.toml') 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" -- cgit v1.2.3-freya