# file: kb_store_pg/Cargo.toml # version: 5 [package] name = "kb_store_pg" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [dependencies] async-trait.workspace = true chrono.workspace = true kb_config = { path = "../kb_config" } kb_core = { path = "../kb_core" } kb_model = { path = "../kb_model" } kb_store_core = { path = "../kb_store_core" } serde.workspace = true serde_json.workspace = true sqlx.workspace = true tokio.workspace = true tracing.workspace = true [lints] workspace = true