0.1.0-pre.004

This commit is contained in:
2026-07-23 18:25:10 +02:00
parent 0da75c1311
commit 149d4c6ef6
85 changed files with 25696 additions and 227 deletions

View File

@@ -1,5 +1,5 @@
# file: kb-store/Cargo.toml
# version: 1
# version: 2
[package]
name = "kb-store"
@@ -9,7 +9,15 @@ license.workspace = true
publish.workspace = true
[dependencies]
async-trait.workspace = true
chrono.workspace = true
kb-core = { path = "../kb-core" }
kb-lib = { path = "../kb-lib" }
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
tokio.workspace = true
tracing.workspace = true
[lints]
workspace = true