Files
Shadowbroker/desktop-shell/tauri-skeleton/src-tauri/Cargo.toml
T
BigBodyCobain ffdfe0426b Prepare v0.9.82 release: bump versions and changelog UI.
Align backend, desktop, helm, and frontend package versions for the Telegram OSINT and OpenClaw recon release.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 23:05:26 -06:00

26 lines
691 B
TOML

[package]
name = "shadowbroker-tauri-shell"
version = "0.9.82"
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"