# file: kb-app-demo-desktop/Cargo.toml # version: 6 [package] name = "kb-app-demo-desktop" version.workspace = true edition.workspace = true license.workspace = true publish.workspace = true [lib] name = "kb_app_demo_desktop_lib" path = "src/lib.rs" crate-type = ["staticlib", "cdylib", "rlib"] [[bin]] name = "kb-app-demo-desktop" path = "src/main.rs" [build-dependencies] tauri-build.workspace = true [dependencies] chrono.workspace = true fs2.workspace = true kb-config = { path = "../kb-config" } kb-core = { path = "../kb-core" } kb-logging = { path = "../kb-logging" } kb-lib = { path = "../kb-lib" } kb-program-ids = { path = "../kb-program-ids" } kb-store = { path = "../kb-store" } kb-wallet = { path = "../kb-wallet" } kb-pipeline = { path = "../kb-pipeline" } kb-pipeline-demo-scenarios = { path = "../kb-pipeline-demo-scenarios" } kb-onchain-transport = { path = "../kb-onchain-transport" } serde.workspace = true serde_json.workspace = true spl-associated-token-account-interface.workspace = true solana-pubkey.workspace = true rustls.workspace = true tauri.workspace = true tauri-plugin-tracing.workspace = true tokio.workspace = true tracing.workspace = true ts-rs.workspace = true [lints] workspace = true