v0.2.6-pre.008

This commit is contained in:
2026-08-21 11:36:28 +02:00
parent 787df2861f
commit 1a9edd14e1
19 changed files with 902 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
# file: crates/ksp-app-wallet-desk/Cargo.toml
# version: 3
# version: 4
[package]
name = "ksp-app-wallet-desk"
@@ -31,9 +31,11 @@ ksp-onchain-transport-lib = { path = "../ksp-onchain-transport-lib" }
ksp-wallet-lib = { path = "../ksp-wallet-lib" }
serde = { workspace = true, features = ["derive"] }
tauri.workspace = true
tauri-plugin-dialog.workspace = true
tauri-plugin-tracing.workspace = true
tokio = { workspace = true, features = ["fs", "rt", "time"] }
tokio = { workspace = true, features = ["fs", "io-util", "rt", "time"] }
ts-rs.workspace = true
zeroize.workspace = true
[dev-dependencies]
serde_json.workspace = true