aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
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"] }