implement squashfs generation

This commit is contained in:
Alex Zenla
2024-01-17 14:29:05 -08:00
parent f69ce96054
commit 198ca3ff80
8 changed files with 243 additions and 35 deletions

View File

@ -1,5 +1,7 @@
use hypha::error::Result;
fn main() -> Result<()> {
env_logger::init();
Ok(())
}