summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSerguey Parkhomovsky <xindigo@gmail.com>2026-03-17 20:47:58 -0700
committerSerguey Parkhomovsky <xindigo@gmail.com>2026-03-17 20:49:23 -0700
commit06693b731e2fecefdee8db554ac1c6d113b9a819 (patch)
tree500ccd053564076c72c8409b91f37be411a5d34d /Cargo.toml
parentb42ed72e7d8f6b0a3538acdc299b1d132f8f22cb (diff)
Add tracing macros
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1e51ce..3e378d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,4 +12,5 @@ tokio = { version = "1.49.0", features = ["full"] }
toml = "0.8"
serde_json = "1.0.149"
axum = "0.8.8"
+tracing = "0.1"
tracing-subscriber = "0.3.23"