aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b54426..2c9bbd1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,6 @@ edition = "2024"
[dependencies]
derive_more = { version = "2.1", features = ["display"] }
peg = "0.8.5"
+tracing = "0.1.44"
+tracing-subscriber = "0.3.23"
+tracing-tree = "0.4.1"