[package] name = "ias-logging" version = "0.1.0" edition = "2024" [dependencies] ias-common = { path = "../ias-common" } anyhow = "1" serde_json = "1" sqlx = { version = "0.9.0", features = [ "runtime-tokio", "tls-rustls", "postgres", "chrono", ] } tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "time"] }