v0.1.3-pre.007

This commit is contained in:
2026-08-15 20:57:13 +02:00
parent b7323fe961
commit 96753e4ba1
17 changed files with 1647 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
# file: crates/ksp-config-lib/Cargo.toml
# version: 1
# version: 2
[package]
name = "ksp-config-lib"
@@ -9,6 +9,9 @@ repository.workspace = true
[dependencies]
ksp-core-lib = { path = "../ksp-core-lib" }
serde.workspace = true
serde_json.workspace = true
jsonschema.workspace = true
[lints]
workspace = true