Files
khadhroony-bot3/migration/khadhroony-bot2-reference/kb_store_pg/Cargo.toml
2026-07-23 16:37:12 +02:00

26 lines
546 B
TOML

# 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