Merge branch 'main' of https://github.com/Tensamin/Iota
# Conflicts: # Cargo.lock # Cargo.toml # src/auth/auth_connector.rs # src/main.rs # src/omikron/omikron_connection.rs
This commit is contained in:
commit
3d7ae99eef
7 changed files with 549 additions and 74 deletions
|
|
@ -5,7 +5,6 @@ use std::io::{Read, Write};
|
|||
use std::path::Path;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum MessageState {
|
||||
Read,
|
||||
Received,
|
||||
|
|
|
|||
Loading…
Reference in a new issue