Moved the websocket client into bft_crdt module

This commit is contained in:
Dave Hrycyszyn
2024-06-25 13:54:10 +01:00
parent e6a4fe0fd6
commit a1e62ebb51
6 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ use bft_json_crdt::{
use serde::{Deserialize, Serialize};
pub mod keys;
pub mod websocket;
#[add_crdt_fields]
#[derive(Clone, CrdtNode, Serialize, Deserialize)]