From a78b75e64cbb7cf79d4a7405f3ba41570fedbfd7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 21 Jul 2022 20:13:53 +0200 Subject: build: add local path to macros dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-18-g5258