summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-10-04 23:46:51 +1300
committerSophie Forrest <git@sophieforrest.com>2024-10-04 23:46:51 +1300
commitf6afe603e76e92413b875478ac1eb9fc9a2012d8 (patch)
tree052fbe9dacc8a250b13d20462865c9679e73f201 /Cargo.toml
parent21d0fe6f99c81308fdb392ff8033f09dff90c46c (diff)
feat: add logging
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 532c12d..8724300 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,8 @@ edition = "2021"
 
 [dependencies]
 bitflags = "2.6.0"
+tracing = "0.1.40"
+tracing-subscriber = "0.3.18"
 
 [lints.rust]
 missing_copy_implementations = "warn"