1 #[deny(clippy::all)] 2 pub mod common; 3 pub mod hypervisor; 4 pub mod manifest; 5 pub mod rootfs; 6 pub mod user; 7 8 extern crate anyhow; 9