[Fix] Changed to TTP, changed remote to fetch from git.methanium.net
This commit is contained in:
parent
32eae5bc51
commit
56d21b6d38
4 changed files with 164 additions and 144 deletions
|
|
@ -9,8 +9,8 @@ use std::{
|
|||
};
|
||||
|
||||
use ansi_term::Color;
|
||||
use epsilon_core::{CommunicationValue, DataTypes, DataValue};
|
||||
use json::JsonValue;
|
||||
use ttp_core::{CommunicationValue, DataTypes, DataValue};
|
||||
|
||||
static LOGGER: OnceLock<mpsc::Sender<LogMessage>> = OnceLock::new();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue