canic 0.103.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
include!("src/build_support/cfg_catalog.rs");

fn main() {
    // The exported role macros consume this exact cfg catalog.
    for custom_cfg in CANIC_CUSTOM_CFG_NAMES {
        println!("cargo:rustc-check-cfg=cfg({custom_cfg})");
    }
}