Expand description
ArcBox-managed host tool download, installation, and management.
Reads tool versions and checksums from assets.lock, downloads managed host
binaries (Docker CLI tools, kubectl, and future ArcBox-owned helpers),
verifies SHA-256 checksums, and installs them to ~/.arcbox/runtime/bin/.
Re-exports§
pub use lockfile::ToolEntry;pub use lockfile::ToolGroup;pub use lockfile::parse_tools;pub use lockfile::parse_tools_for_group;pub use manager::HostToolError;pub use manager::HostToolManager;