[package] name = "rtsa_db" version = "0.1.0" edition = "2021" [dependencies] anyhow = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } sqlx = { workspace = true, features = [ "runtime-tokio", "macros", "chrono", "json", "derive", "postgres", "uuid", ] } thiserror = { workspace = true } lazy_static = { workspace = true } regex = { workspace = true } rtsa_dto = { path = "../rtsa_dto" } rtsa_log = { path = "../rtsa_log" }