canic-host 0.70.12

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
mod catalog;
mod identity;

pub use catalog::{
    promotion_wasm_store_catalog_verification, validate_promotion_wasm_store_catalog_verification,
};
pub use identity::{
    promotion_wasm_store_identity_report, promotion_wasm_store_identity_report_from_staging,
    validate_promotion_wasm_store_identity_report,
};