From 1ebe51c7b39fc158a44879cbe446cb32aec62a5d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 23 Feb 2024 16:25:02 -0500 Subject: matrix math --- 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 a892c04..1c6b0ac 100644 --- a/matrix-stdlib/Cargo.toml +++ b/matrix-stdlib/Cargo.toml @@ -6,5 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1" matrix = { path = "../matrix" } matrix-macros = { path = "../matrix-macros" } -- cgit v1.2.3-freya