From d960bb0617c98d250040bcdfe4e322f8e1183b17 Mon Sep 17 00:00:00 2001 From: tslil Date: Thu, 23 Apr 2026 10:04:50 +0100 Subject: basic checking sketch --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.3.1