From f6afe603e76e92413b875478ac1eb9fc9a2012d8 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 4 Oct 2024 23:46:51 +1300 Subject: feat: add logging --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit 1.4.1