aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 537b71c..a202540 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ keywords = ["DI", "dependency-injection", "ioc", "inversion-of-control"]
edition = "2021"
[dependencies]
-syrette_macros = "0.1.0"
+syrette_macros = { path = "./macros", version = "0.1.0" }
linkme = "0.3.0"
once_cell = "1.4"
error-stack = "0.1.1"