chore: force explicit ABI in rustfmt
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3cba9aa27b26c89403f82211d7dd0c476a6a6964
This commit is contained in:
parent
c6697e7c6f
commit
1accc202bc
2 changed files with 7 additions and 2 deletions
|
|
@ -3,7 +3,12 @@ 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"]
|
||||
kind = [
|
||||
"media_type",
|
||||
"metadata_extractor",
|
||||
"thumbnail_generator",
|
||||
"event_handler",
|
||||
]
|
||||
priority = 50
|
||||
|
||||
[plugin.binary]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue