Refactor build script data

This commit is contained in:
Edwin Cheng
2021-01-22 19:11:01 +08:00
parent 7caa9d694a
commit 6bdb6786ba
4 changed files with 228 additions and 196 deletions

View File

@@ -6,6 +6,7 @@ mod project_json;
mod sysroot;
mod workspace;
mod rustc_cfg;
mod build_data;
use std::{
fs::{read_dir, ReadDir},