Files
raisfast/templates/plugin/plugin_manifest.toml
T

16 lines
339 B
TOML

[plugin]
id = "{{ plugin_id }}"
name = "{{ name }} Plugin"
version = "{{ version }}"
description = "{{ description }}"
author = "{{ author }}"
license = "{{ license }}"
runtime = "{{ runtime }}"
language = "{{ runtime }}"
entry = "{{ entry }}"
[permissions]
max_memory_mb = {{ max_memory_mb }}
timeout_ms = {{ timeout_ms }}
database = []