Prepare OSDK for multi arch support and the upcoming refactor

This commit is contained in:
Zhang Junyang
2024-04-22 22:23:24 +08:00
committed by Tate, Hongliang Tian
parent 0ecb919e73
commit 735d7b7b11
25 changed files with 437 additions and 155 deletions

View File

@ -7,6 +7,7 @@ extern crate log;
#[macro_use]
extern crate serde;
mod arch;
mod base_crate;
mod bundle;
mod cli;