diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-20 13:25:59 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-20 13:25:59 +0200 |
commit | 111958ad37d3e5107925d0710bce57d6ab66dce2 (patch) | |
tree | fdee65dd0ccbe2c37e9b0cf5009e193dd5f0b870 | |
parent | 4ddee227497387131ff988340d6d258ded4dc897 (diff) |
build: use syrette_macros from crates.io
-rw-r--r-- | syrette/Cargo.toml | 2 |
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" |