chore: update added tauri

This commit is contained in:
Martin Patino 2024-02-09 10:23:04 -07:00
parent 9829b419b9
commit 6d05616be8
No known key found for this signature in database
GPG key ID: 76B3D61125CD7514
24 changed files with 3957 additions and 1 deletions

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

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