Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3cba9aa27b26c89403f82211d7dd0c476a6a6964
22 lines
370 B
TOML
22 lines
370 B
TOML
[plugin]
|
|
name = "test-plugin"
|
|
version = "1.0.0"
|
|
api_version = "1.0"
|
|
description = "Test fixture plugin for integration tests"
|
|
kind = [
|
|
"media_type",
|
|
"metadata_extractor",
|
|
"thumbnail_generator",
|
|
"event_handler",
|
|
]
|
|
priority = 50
|
|
|
|
[plugin.binary]
|
|
wasm = "test_plugin.wasm"
|
|
|
|
[capabilities]
|
|
network = false
|
|
|
|
[capabilities.filesystem]
|
|
read = ["/tmp"]
|
|
write = ["/tmp"]
|