mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Start working on the tree system again.
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
/// Implement logging for the manager
|
||||
use crossbeam_channel::{Receiver, Sender};
|
||||
use serde_json::{Value, json};
|
||||
use serde_json::{json, Value};
|
||||
|
||||
use crate::{
|
||||
logger::{Logger, Record},
|
||||
tree::{Tree, TreeElement, symbols},
|
||||
tree::{symbols, Tree, TreeElement},
|
||||
};
|
||||
|
||||
struct LoggerTX(Sender<Record>);
|
||||
|
||||
Reference in New Issue
Block a user