diff --git a/Cargo.toml b/Cargo.toml index 0e1be18..8443752 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,8 @@ thiserror = "2" chrono = { version = "0.4", features = ["serde"] } sha2 = "0.10" rusqlite = { version = "0.32", features = ["bundled", "hooks"] } -sqlparser = "0.50" +tracing = "0.1" +tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } [build-dependencies] chrono = "0.4"