From 15d7309072658800339eaba0491ba87ba6e266b2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 9 Jul 2022 19:57:10 +0200 Subject: feat: add DI container --- syrette_macros/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'syrette_macros/Cargo.toml') diff --git a/syrette_macros/Cargo.toml b/syrette_macros/Cargo.toml index 0d72785..a6966f0 100644 --- a/syrette_macros/Cargo.toml +++ b/syrette_macros/Cargo.toml @@ -6,4 +6,12 @@ authors = ["HampusM "] description = "Macros for Syrette, the convenient dependency injection library" edition = "2021" +[lib] +proc_macro = true + [dependencies] +syn = { version = "1.0.96", features = ["full"] } +quote = "1.0.18" +proc-macro2 = "1.0.40" +uuid = { version = "0.8", features = ["v4"] } + -- cgit v1.2.3-18-g5258