chore: move kratart::image to krataoci and cleanup dependencies

This commit is contained in:
Alex Zenla
2024-03-25 02:37:02 +00:00
parent 655b8029cb
commit 001409378e
19 changed files with 86 additions and 56 deletions

View File

@ -1,7 +1,7 @@
use crate::image::compiler::ImageInfo;
use anyhow::Result;
use backhand::{FilesystemWriter, NodeHeader};
use krata::launchcfg::LaunchInfo;
use krataoci::compiler::ImageInfo;
use log::trace;
use std::fs;
use std::fs::File;