pinakes-plugin-api: add required_endpoints and theme_extensions to manifest UI section

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I203fabfe07548106abb5bac760bbfec06a6a6964
This commit is contained in:
raf 2026-03-10 00:02:35 +03:00
commit 5a0901ba95
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 122 additions and 0 deletions

View file

@ -10,6 +10,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
# For plugin manifest parsing
toml = { workspace = true }