macro_rules! build_root {
($file:expr) => { ... };
}Expand description
Embed the shared configuration for the root orchestrator canister.
Performs the same validation as [macro@canic_build] and also marks the
build with the canic_root cfg.
macro_rules! build_root {
($file:expr) => { ... };
}Embed the shared configuration for the root orchestrator canister.
Performs the same validation as [macro@canic_build] and also marks the
build with the canic_root cfg.