fix: rename ublue-rs to blue-build
This commit is contained in:
parent
a2e5479d65
commit
d3ff4eed93
5 changed files with 38 additions and 46 deletions
10
src/lib.rs
10
src/lib.rs
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue