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

@@ -0,0 +1,30 @@
# file: crates/ksp-app-config-desk/Cargo.toml
# version: 1
[package]
name = "ksp-app-config-desk"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
publish.workspace = true
[lib]
name = "ksp_app_config_desk_lib"
path = "src/lib.rs"
crate-type = ["staticlib", "cdylib", "rlib"]
[[bin]]
name = "ksp-app-config-desk"
path = "src/main.rs"
[build-dependencies]
tauri-build.workspace = true
[dependencies]
fs2.workspace = true
ksp-core-lib = { path = "../ksp-core-lib" }
tauri.workspace = true
[lints]
workspace = true