Files
lr-openwrt-tool/src-tauri/Cargo.toml
T
2026-05-08 16:57:55 +01:00

20 lines
446 B
TOML

[package]
name = "lr-openwrt-tool"
version = "0.1.0"
description = "Litoral Regas VPN Orchestrator"
edition = "2021"
[lib]
name = "lr_openwrt_tool_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"
tauri-plugin-fs = "2.5.1"