Files
lr-openwrt-tool/src-tauri/src/main.rs
T
2026-05-12 14:06:10 +01:00

5 lines
112 B
Rust

#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
lr_openwrt_tool_lib::run()
}