aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-07-20 13:25:59 +0200
committerHampusM <hampus@hampusmat.com>2022-07-20 13:25:59 +0200
commit111958ad37d3e5107925d0710bce57d6ab66dce2 (patch)
treefdee65dd0ccbe2c37e9b0cf5009e193dd5f0b870
parent4ddee227497387131ff988340d6d258ded4dc897 (diff)
build: use syrette_macros from crates.io
-rw-r--r--syrette/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/syrette/Cargo.toml b/syrette/Cargo.toml
index 2add8be..ab1d551 100644
--- a/syrette/Cargo.toml
+++ b/syrette/Cargo.toml
@@ -9,7 +9,7 @@ keywords = ["DI", "dependency-injection", "ioc", "inversion-of-control"]
edition = "2021"
[dependencies]
-syrette_macros = { path = "../syrette_macros" }
+syrette_macros = "0.1.0"
linkme = "0.3.0"
once_cell = "1.4"
error-stack = "0.1.1"