Implement bundle content digest and cache

This commit is contained in:
Zhang Junyang
2024-02-26 21:32:39 +08:00
committed by Tate, Hongliang Tian
parent a685253a1a
commit d98ed8cec1
17 changed files with 558 additions and 214 deletions

View File

@ -8,14 +8,12 @@ extern crate log;
extern crate serde;
mod base_crate;
mod bin;
mod bundle;
mod cli;
mod commands;
mod config_manager;
mod error;
mod utils;
mod vm_image;
fn main() {
// init logger