#![deny(clippy::all)] pub mod boot; pub mod common; pub mod manifest; pub mod rootfs; pub mod user; mod utils; extern crate anyhow;