mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-13 05:07:23 +08:00
18 lines
408 B
TOML
18 lines
408 B
TOML
[package]
|
|
name = "tauri-plugin-vpnservice"
|
|
version = "0.0.0"
|
|
authors = ["You"]
|
|
description = ""
|
|
edition = "2021"
|
|
rust-version = "1.70"
|
|
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
|
|
links = "tauri-plugin-vpnservice"
|
|
|
|
[dependencies]
|
|
tauri = { version = "2.0.0-rc" }
|
|
serde = "1.0"
|
|
thiserror = "1.0"
|
|
|
|
[build-dependencies]
|
|
tauri-plugin = { version = "2.0.0-rc", features = ["build"] }
|