feat(hololake): project resident PNCC state
This commit is contained in:
parent
fa9c2043c1
commit
9736563262
13 changed files with 325 additions and 11 deletions
|
|
@ -6,6 +6,7 @@ mod local_development_bridge;
|
|||
mod pncc_receipt_projection;
|
||||
mod pncc_remote_git;
|
||||
mod pncc_repository_binding;
|
||||
mod pncc_server_projection;
|
||||
mod release_trust;
|
||||
mod release_update;
|
||||
|
||||
|
|
@ -37,6 +38,7 @@ pub fn run() {
|
|||
pncc_repository_binding::select_pncc_repository_candidate,
|
||||
pncc_repository_binding::confirm_pncc_repository_mount,
|
||||
pncc_receipt_projection::query_pncc_receipt_projection,
|
||||
pncc_server_projection::query_jd_pncc_server_projection,
|
||||
])
|
||||
.setup(|app| {
|
||||
let broker = direct_local_broker::start(app.handle())?;
|
||||
|
|
|
|||
Loading…
Reference in a new issue