aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-21 20:13:53 +0200
committerHampusM <hampus@hampusmat.com>2022-07-21 20:13:53 +0200
commita78b75e64cbb7cf79d4a7405f3ba41570fedbfd7 (patch)
tree98bd08ca94a85707265cbceca3a1693b6309aba2
parent18f60ba07893c79100c8c576a717059f3da33c84 (diff)
build: add local path to macros dependency
-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"