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:
parent
8347a714d2
commit
4edda201e6
12 changed files with 2679 additions and 36 deletions
|
|
@ -178,8 +178,9 @@ mod tests {
|
|||
entrypoint: None,
|
||||
},
|
||||
dependencies: vec![],
|
||||
priority: 0,
|
||||
},
|
||||
capabilities: Default::default(),
|
||||
capabilities: ManifestCapabilities::default(),
|
||||
config: HashMap::new(),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue