[Fix] Changed to TTP, changed remote to fetch from git.methanium.net

This commit is contained in:
Alex Emmet 2026-04-05 21:48:47 +02:00
commit 760317c9a8
4 changed files with 164 additions and 144 deletions

View file

@ -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();