Update @tauri-apps/api and @tauri-apps/cli to version 2.10.1, and tauri runtime to 2.10.1 for consistency across desktop client dependencies. Update tauri-build to version 2.5.5.
23 lines
585 B
TOML
23 lines
585 B
TOML
[package]
|
|
name = "nexavpn-desktop"
|
|
version = "0.1.0"
|
|
description = "NexaVPN desktop client"
|
|
authors = ["NexaVPN"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "nexavpn_desktop"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.5.5" }
|
|
|
|
[dependencies]
|
|
base64 = "0.22"
|
|
rand_core = { version = "0.6", features = ["getrandom"] }
|
|
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tauri = { version = "2.10.1", features = [] }
|
|
x25519-dalek = "2.0"
|