summaryrefslogtreecommitdiff
path: root/matrix-stdlib/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-stdlib/Cargo.toml')
-rw-r--r--matrix-stdlib/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/matrix-stdlib/Cargo.toml b/matrix-stdlib/Cargo.toml
index 5140bfa..a892c04 100644
--- a/matrix-stdlib/Cargo.toml
+++ b/matrix-stdlib/Cargo.toml
@@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+matrix = { path = "../matrix" }
+matrix-macros = { path = "../matrix-macros" }