fix: rename ublue-rs to blue-build

This commit is contained in:
Gerald Pinder 2023-12-30 15:35:34 -05:00
parent a2e5479d65
commit d3ff4eed93
5 changed files with 38 additions and 46 deletions

View file

@ -1,12 +1,4 @@
//! The root library for ublue-rs.
//!
//! This module consists of the args for the cli as well as the
//! initial entrypoint for setting up tera to properly template
//! the Containerfile. There is support for legacy starting point
//! recipes using the feature flag 'legacy' and support for the newest
//! starting point setup using the 'modules' feature flag. You will not want
//! to use both features at the same time. For now the 'legacy' feature
//! is the default feature until modules works 1-1 with ublue starting point.
//! The root library for blue-build.
#[cfg(feature = "init")]
pub mod init;