mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Add tree thing
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
mod blob;
|
||||
// pub mod interface;
|
||||
|
||||
pub use blob::Blob;
|
||||
// pub use interface::InterfaceWrapper;
|
||||
|
||||
use std::{
|
||||
collections::HashMap,
|
||||
@@ -37,7 +39,7 @@ struct BuildConfig {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, serde::Deserialize, serde::Serialize)]
|
||||
enum ConfigStructField {
|
||||
pub enum ConfigStructField {
|
||||
Header(String),
|
||||
Text(String),
|
||||
String {
|
||||
|
||||
Reference in New Issue
Block a user