pinakes-core: add plugin pipeline; impl signature verification & dependency resolution

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ida98135cf868db0f5a46a64b8ac562366a6a6964
This commit is contained in:
raf 2026-03-08 14:23:02 +03:00
commit 4edda201e6
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
12 changed files with 2679 additions and 36 deletions

View file

@ -178,8 +178,9 @@ mod tests {
entrypoint: None,
},
dependencies: vec![],
priority: 0,
},
capabilities: Default::default(),
capabilities: ManifestCapabilities::default(),
config: HashMap::new(),
};