tauri-plugin-bare-kit 0.2.1

Effortless JavaScript backends for Tauri apps - Android 🤖 iOS 📱Linux 🐧 Macos 🖥️ Windows 💩
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[default]
description = "Default permissions for the plugin"
permissions = [
  "allow-bare-optimize-for-memory",
  "allow-bare-new-worklet",
  "allow-bare-start-file",
  "allow-bare-start-utf8",
  "allow-bare-start-bytes",
  "allow-bare-read",
  "allow-bare-write",
  "allow-bare-update",
  "allow-bare-suspend",
  "allow-bare-resume",
  "allow-bare-wakeup",
  "allow-bare-terminate",
]