Moved the crdt stdin listener to into the CRDT module

This commit is contained in:
Dave Hrycyszyn
2024-06-27 11:06:39 +01:00
parent 3595675d41
commit e5c9c1364c
3 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ use bft_json_crdt::{
use serde::{Deserialize, Serialize};
pub mod keys;
pub mod stdin;
pub mod websocket;
#[add_crdt_fields]