canic-host 0.68.22

Host-side build, install, deployment, and fleet-template library for Canic workspaces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod artifacts;
mod manifests;
mod version;
mod workspace;

pub use artifacts::{resolve_artifact_root, root_release_set_manifest_path};
pub use manifests::{canister_manifest_path, root_manifest_path};
pub use version::{load_root_package_version, load_workspace_package_version};
pub use workspace::{
    canisters_root, config_path, display_workspace_path, icp_root, workspace_manifest_path,
    workspace_root,
};