Files
Fabian-Lars 5d7f536c14 chore: Update example to tauri v1.5 (#14)
* chore: Update example to tauri v1.5

* fix clippy yaaaa
2023-10-16 14:06:48 +02:00

16 lines
278 B
JSON

{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tauri": "tauri"
},
"author": "",
"license": "MIT",
"dependencies": {
"@tauri-apps/cli": "^1.5.2"
}
}