Files
ProxyWarden/src-tauri/Cargo.toml
Dokril 9fd0a8c0b9
Some checks failed
CI / Windows baseline (push) Has been cancelled
Harden ProxiFyre installer downloads
2026-07-09 14:20:35 +03:00

28 lines
724 B
TOML

[package]
name = "proxywarden"
version = "1.0.2"
description = "Standalone Windows desktop proxy management app for ProxyWarden."
authors = ["ProxyWarden"]
edition = "2021"
[lib]
name = "proxywarden_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri-plugin-dialog = "2.7.1"
base64 = "0.22"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls", "socks"] }
percent-encoding = "2"
url = "2"
uuid = { version = "1", features = ["v4"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.55"