Files
Oxicloud/wasm/oxicloud-plugin-hello/plugin.toml
T
Bradley Nelson 803150635c add frontend
2026-06-16 21:26:36 -06:00

12 lines
309 B
TOML

# Manifest for the example OxiCloud plugin (ABI v0). `just plugin-example-zip`
# bundles this together with the compiled module into an installable .zip.
[plugin]
id = "com.example.hello"
name = "Hello"
version = "0.1.0"
abi = 0
entrypoint = "hello.wasm"
[events]
subscribe = ["file.uploaded", "user.login"]