canic-core 0.27.6

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
/// Workflow query re-exports for the public topology index API.
pub use crate::workflow::topology::index::query::{
    AppIndexQuery as AppIndexApi, SubnetIndexQuery as SubnetIndexApi,
};