blue-build 0.8.2

A CLI tool built for creating Containerfile templates based on the Ublue Community Project
Documentation
1
2
3
4
5
6
7
//! The root library for blue-build.
#![doc = include_str!("../README.md")]

shadow_rs::shadow!(shadow);

pub mod commands;
pub mod strategies;