tauri-plugin-syncular 0.15.27

A native syncular client inside the Tauri process, exposed to the webview as commands + events (consumes the Rust client core directly — no FFI)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"$schema" = "schemas/schema.json"

[default]
description = """
Allows the webview to drive the native syncular client: the one command
surface (syncular_command), the query paths (syncular_query and the atomic
syncular_query_snapshot sidecar), and the auth-rotation path
(syncular_set_headers). Grant this to the window(s)
that host your syncular-backed UI.
"""
permissions = [
  "allow-syncular-command",
  "allow-syncular-query",
  "allow-syncular-query-snapshot",
  "allow-syncular-set-headers",
]