0.5.1-pre.002

This commit is contained in:
2026-08-09 19:34:08 +02:00
parent 816eee59a9
commit 6a680767ae
767 changed files with 12257 additions and 12195 deletions

23
ks-store/Cargo.toml Normal file
View File

@@ -0,0 +1,23 @@
# file: ks-store/Cargo.toml
# version: 3
[package]
name = "ks-store"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
async-trait.workspace = true
chrono.workspace = true
ks-core = { path = "../ks-core" }
ks-lib = { path = "../ks-lib" }
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
tokio.workspace = true
tracing.workspace = true
[lints]
workspace = true