aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index ccf10cd..4764221 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -30,6 +30,10 @@ once_cell = "1.13.1"
thiserror = "1.0.37"
proc-macro-error = "1.0.4"
+[target.'cfg(syrette_macros_logging)'.dependencies]
+tracing = "0.1.37"
+tracing-subscriber = "0.3.17"
+
[dev_dependencies]
syrette = { version = "0.4.2", path = ".." }
mockall = "0.11.4"