canic 0.79.11

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
pub use canic_core::dto::*;

#[cfg(any(feature = "control-plane", feature = "wasm-store-canister"))]
pub mod template {
    pub use canic_control_plane::dto::template::*;
}