From 27ff3d00bd770e2ebe2e42acc28356ac5b8efaad Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 30 Jan 2024 17:04:42 +0000 Subject: add tracing --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 25f0664..3147ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,3 +28,5 @@ askama_poem = { git = "https://bunny.garden/forks/askama.git" } rust-embed = "8.2.0" rand = "0.8.5" thiserror = "1.0.56" +tracing = "0.1.40" +tracing-subscriber = "0.3.18" -- cgit