From a888c09bd54de77fb2004754a0e14ce14a906232 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 23 Feb 2024 11:32:47 -0500 Subject: more changes --- matrix-stdlib/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'matrix-stdlib/Cargo.toml') 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" } -- cgit v1.2.3-freya