summaryrefslogtreecommitdiff
path: root/matrix-stdlib/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-02-23 16:25:02 -0500
committerFreya Murphy <freya@freyacat.org>2024-02-23 16:25:02 -0500
commit1ebe51c7b39fc158a44879cbe446cb32aec62a5d (patch)
treefe70b455c3dadb4ce81ff35ced7625021dbff336 /matrix-stdlib/Cargo.toml
parentchanges i forgor to commit (diff)
downloadmatrix-1ebe51c7b39fc158a44879cbe446cb32aec62a5d.tar.gz
matrix-1ebe51c7b39fc158a44879cbe446cb32aec62a5d.tar.bz2
matrix-1ebe51c7b39fc158a44879cbe446cb32aec62a5d.zip
matrix math
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 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" }