v0.1.4-pre.004

This commit is contained in:
2026-08-16 10:40:23 +02:00
parent fa6d4e1039
commit fcc1e9913d
20 changed files with 633 additions and 17 deletions

View File

@@ -1,12 +1,12 @@
# file: Cargo.toml
# version: 64
# version: 65
[workspace]
resolver = "3"
members = ["crates/ksp-config-lib", "crates/ksp-core-lib", "crates/ksp-logging-lib"]
members = ["crates/ksp-app-config-desk", "crates/ksp-config-lib", "crates/ksp-core-lib", "crates/ksp-logging-lib"]
[workspace.package]
version = "0.1.4-pre.3"
version = "0.1.4-pre.4"
edition = "2024"
license = "MIT"
repository = "https://git.sasedev.com/Sasedev/khadhroony-solana-project"
@@ -14,6 +14,7 @@ authors = ["SinuS von SifriduS <sinus@sasedev.net>"]
publish = false
[workspace.dependencies]
fs2 = { version = "^0.4" }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
jsonschema = { version = "^0.49", default-features = false }
@@ -22,6 +23,8 @@ tracing = { version = "^0.1", default-features = false, features = ["std"] }
tracing-subscriber = { version = "^0.3", default-features = false, features = ["fmt", "json", "ansi"] }
tracing-appender = { version = "^0.2", default-features = false }
tokio = { version = "^1.53", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }
tauri = { version = "^2.11" }
tauri-build = { version = "^2.6" }
[workspace.lints.rust]
missing_docs = "warn"