mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-28 10:01:31 +02:00
b86a258535
Ship the v0.9.79 runtime refresh with transport lane isolation, Infonet secure-message address management, MeshChat MQTT controls, selected asset trail behavior, telemetry panel refinements, onboarding updates, and desktop/package metadata alignment. Also ignore local graphify work products so analysis folders do not leak into future commits.
26 lines
691 B
TOML
26 lines
691 B
TOML
[package]
|
|
name = "shadowbroker-tauri-shell"
|
|
version = "0.9.79"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
axum = "0.7"
|
|
base64 = "0.22"
|
|
bytes = "1"
|
|
getrandom = "0.2"
|
|
open = "5"
|
|
privacy-core = { path = "../../../privacy-core" }
|
|
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tauri = { version = "2", features = ["tray-icon"] }
|
|
tauri-plugin-process = "2"
|
|
tauri-plugin-updater = "2"
|
|
tokio = { version = "1", features = ["net", "sync", "time"] }
|
|
tower-http = { version = "0.5", features = ["fs"] }
|
|
url = "2"
|
|
urlencoding = "2"
|