diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-21 20:13:53 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-21 20:13:53 +0200 |
commit | a78b75e64cbb7cf79d4a7405f3ba41570fedbfd7 (patch) | |
tree | 98bd08ca94a85707265cbceca3a1693b6309aba2 /Cargo.toml | |
parent | 18f60ba07893c79100c8c576a717059f3da33c84 (diff) |
build: add local path to macros dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |