From 7220d1fd3795a6ec5339ade2c8c9f8fa0718dbd3 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 5 Jun 2025 15:59:38 +0100 Subject: feat: logging --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 33c3805..624f2e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,10 @@ edition = "2021" chrono = "0.4.38" clap = "4.5.9" cron = "0.12.1" -rusqlite = { version = "0.36.0", features = ["uuid", "chrono"] } +rusqlite = { version = "0.36.0", features = ["uuid", "chrono", "trace"] } thiserror = "2.0.12" +tracing = "0.1.41" uuid = { version = "1.17.0", features = ["v4"] } + +[dev-dependencies] +test-log = { version = "0.2.17", features = ["trace"] } -- cgit