Add Tauri config, Cargo.toml, capabilities

This commit is contained in:
megaproxy 2026-05-09 00:00:55 +01:00
parent c6d8e902f6
commit 8abb0599f6
5 changed files with 146 additions and 0 deletions

3
src-tauri/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}