7 lines
151 B
Rust
7 lines
151 B
Rust
//! The root library for blue-build.
|
|
#![doc = include_str!("../README.md")]
|
|
|
|
shadow_rs::shadow!(shadow);
|
|
|
|
pub mod commands;
|
|
pub mod rpm_ostree_status;
|