Initial project structure cleanup

This commit is contained in:
litoral05
2026-05-08 16:57:55 +01:00
commit 8075104243
59 changed files with 22335 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[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"