tauri-plugin-jolt 0.1.1

Tauri plugin exposing the local Jolt daemon to app webviews through audited proxy commands
Documentation
1
2
3
4
5
6
7
[default]
description = "Allows the app to reach the local Jolt daemon through the plugin's proxy commands"
permissions = [
  "allow-daemon-request",
  "allow-daemon-publish-bytes",
  "allow-daemon-append",
]